summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-09-26 04:04:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-09-26 04:04:51 +0000
commit3416c4415680de506cb03c84e126828e4f252e2c (patch)
treec7a29f65959c077bd4ee8c9a6fed1c58dfbc5510 /c/src/lib/libbsp/arm/lpc24xx/Makefile.am
parent2008-09-25 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-3416c4415680de506cb03c84e126828e4f252e2c.tar.bz2
2008-09-26 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
Diffstat (limited to 'c/src/lib/libbsp/arm/lpc24xx/Makefile.am')
-rw-r--r--c/src/lib/libbsp/arm/lpc24xx/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
index 28c6007f37..7ed62633eb 100644
--- a/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
+++ b/c/src/lib/libbsp/arm/lpc24xx/Makefile.am
@@ -12,10 +12,10 @@ ACLOCAL_AMFLAGS = -I ../../../../aclocal
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../bsp.am
-dist_project_lib_DATA = bsp_specs
-
include_bspdir = $(includedir)/bsp
+dist_project_lib_DATA = bsp_specs
+
###############################################################################
# Header #
###############################################################################
@@ -23,6 +23,7 @@ include_bspdir = $(includedir)/bsp
include_HEADERS = include/bsp.h
nodist_include_HEADERS = include/bspopts.h
+nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
DISTCLEANFILES = include/bspopts.h
include_bsp_HEADERS = ../../shared/include/utility.h \