summaryrefslogtreecommitdiffstats
path: root/c/src/support/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-03 07:09:11 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-04 10:13:26 +0200
commit4f0dca3ad265e1871f9558497647a522548f62d5 (patch)
treedc4557123df7bcabd9f7936d1d4029fa0366c031 /c/src/support/Makefile.am
parentbsps: Add shared-sources.am (diff)
downloadrtems-4f0dca3ad265e1871f9558497647a522548f62d5.tar.bz2
bsps: Move version.c and use bspopts.h
This patch is a part of the BSP source reorganization. Update #3285. Update #3375.
Diffstat (limited to 'c/src/support/Makefile.am')
-rw-r--r--c/src/support/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/c/src/support/Makefile.am b/c/src/support/Makefile.am
deleted file mode 100644
index 66c81546c2..0000000000
--- a/c/src/support/Makefile.am
+++ /dev/null
@@ -1,10 +0,0 @@
-include $(top_srcdir)/automake/compile.am
-
-AM_CPPFLAGS += -DRTEMS_BSP=\"@RTEMS_BSP@\"
-
-noinst_LIBRARIES = libsupport.a
-
-libsupport_a_SOURCES = version.c
-libsupport_a_CPPFLAGS = $(AM_CPPFLAGS)
-
-include $(top_srcdir)/automake/local.am