summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-02 08:04:06 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-01-02 10:08:21 +0100
commit33a2faaa6802a80e23991a7b106acf7292ba9272 (patch)
treed39008965510a4efbde42fdf016d9ce349f4c0f1 /c/src/lib/libbsp/powerpc/tqm8xx
parentbsps: Include bsp.am in all BSP Makefile.am (diff)
downloadrtems-33a2faaa6802a80e23991a7b106acf7292ba9272.tar.bz2
bsps: Add EXTRA_DIST to all BSP Makefile.am
This makes it possible to easily use EXTRA_DIST += foobar in fragments. Update #3254.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
index b89b50ec41..a9690269ec 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
@@ -1,4 +1,5 @@
ACLOCAL_AMFLAGS = -I ../../../../aclocal
+EXTRA_DIST =
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
@@ -22,8 +23,6 @@ include_bsp_HEADERS = include/tqm.h include/8xx_immap.h \
../../shared/include/irq-info.h \
spi/spi.h
-EXTRA_DIST =
-
noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = start/start.S
project_lib_DATA = start.$(OBJEXT)