mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
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.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* sapi/include/confdefs.h: Fix typo.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -8,6 +8,12 @@ EXTRA_DIST = README
|
||||
|
||||
noinst_LIBRARIES =
|
||||
|
||||
## bspcmdline
|
||||
noinst_LIBRARIES += libbspcmdline.a
|
||||
libbspcmdline_a_SOURCES = bspcmdline/bspcmdline_get.c \
|
||||
bspcmdline/bspcmdline_getparam.c bspcmdline/bspcmdline_getparamraw.c \
|
||||
bspcmdline/bspcmdline_getparamrhs.c
|
||||
|
||||
## capture
|
||||
EXTRA_DIST += capture/README
|
||||
|
||||
@@ -23,7 +29,6 @@ libcpuuse_a_SOURCES = cpuuse/cpuusagereport.c cpuuse/cpuusagereset.c \
|
||||
cpuuse/cpuuse.h cpuuse/cpuusagedata.c
|
||||
|
||||
## devnull
|
||||
|
||||
noinst_LIBRARIES += libdevnull.a
|
||||
libdevnull_a_SOURCES = devnull/devnull.c devnull/devnull.h
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -53,12 +53,13 @@ if LIBSHELL
|
||||
TMP_LIBS += ../libmisc/libshell.a
|
||||
endif
|
||||
|
||||
TMP_LIBS += ../libmisc/libbspcmdline.a
|
||||
TMP_LIBS += ../libmisc/libcapture.a
|
||||
TMP_LIBS += ../libmisc/libdumpbuf.a
|
||||
TMP_LIBS += ../libmisc/libdevnull.a
|
||||
TMP_LIBS += ../libmisc/libdummy.a
|
||||
TMP_LIBS += ../libmisc/libmw-fb.a
|
||||
TMP_LIBS += ../libmisc/libcapture.a
|
||||
TMP_LIBS += ../libmisc/libfsmount.a
|
||||
TMP_LIBS += ../libmisc/libmw-fb.a
|
||||
TMP_LIBS += ../libmisc/libstringto.a
|
||||
TMP_LIBS += ../libmisc/libuuid.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user