summaryrefslogtreecommitdiffstats
path: root/cpukit/preinstall.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 19:37:55 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 19:37:55 +0000
commite152ecb7ec415c7f73fcf39c3dfdda4f90035011 (patch)
tree9ee312af98ddb4fe7f28cd5c01f36d495c12304c /cpukit/preinstall.am
parent2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e152ecb7ec415c7f73fcf39c3dfdda4f90035011.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, preinstall.am, libmisc/Makefile.am, wrapup/Makefile.am: Add new BSP Boot Command Line helper routines. Recently boot_card() has grown the ability to have a command line string pointer. These routines provide an interface to that string.
Diffstat (limited to 'cpukit/preinstall.am')
-rw-r--r--cpukit/preinstall.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/preinstall.am b/cpukit/preinstall.am
index dc7f21d2ab..4f66137f36 100644
--- a/cpukit/preinstall.am
+++ b/cpukit/preinstall.am
@@ -210,6 +210,10 @@ $(PROJECT_INCLUDE)/rtems/ftpd.h: ftpd/ftpd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/ftpd.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/ftpd.h
endif
+$(PROJECT_INCLUDE)/rtems/bspcmdline.h: libmisc/bspcmdline/bspcmdline.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/bspcmdline.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/bspcmdline.h
+
$(PROJECT_INCLUDE)/rtems/capture.h: libmisc/capture/capture.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/capture.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/capture.h