summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.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/Makefile.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/Makefile.am')
-rw-r--r--cpukit/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index deee7c901b..a7bf929254 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -108,6 +108,9 @@ if LIBNETWORKING
include_rtems_HEADERS += ftpd/ftpd.h
endif
+## bspcmdline
+include_rtems_HEADERS += libmisc/bspcmdline/bspcmdline.h
+
## capture
include_rtems_HEADERS += libmisc/capture/capture.h \
libmisc/capture/capture-cli.h