summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-26 05:15:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-26 05:15:50 +0000
commitc06b3fa78dc85ec2dc1976bc3c65c572724b1218 (patch)
treed84e92add077f7229c4c348620c85cd9ccbf2a05 /c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
parent2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c06b3fa78dc85ec2dc1976bc3c65c572724b1218.tar.bz2
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
index 64855fba3c..47e3667a01 100644
--- a/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am
@@ -7,8 +7,11 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
+include_bspdir = $(includedir)/bsp
+
dist_project_lib_DATA = bsp_specs
+nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
DISTCLEANFILES = include/bspopts.h
noinst_PROGRAMS =
@@ -31,7 +34,6 @@ dist_project_lib_DATA += startup/linkcmds startup/linkcmds.memory
include_HEADERS = include/bsp.h
nodist_include_HEADERS = include/bspopts.h ../../shared/tod.h
-include_bspdir = $(includedir)/bsp
include_bsp_HEADERS = include/mpc55xxevb.h \
include/irq-config.h \
../../shared/include/irq-generic.h \