summaryrefslogtreecommitdiffstats
path: root/cpukit/Makefile.am
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2007-12-12 10:10:38 +0000
committerChris Johns <chrisj@rtems.org>2007-12-12 10:10:38 +0000
commit06bd7c74b111323995ebd9167f472b610e46b551 (patch)
tree77f3741e7208882f1e21484eca0dd103767f094c /cpukit/Makefile.am
parent2007-12-11 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-06bd7c74b111323995ebd9167f472b610e46b551.tar.bz2
2007-12-12 Chris Johns <chrisj@rtems.org>
* Makefile.am: Added libmisc/shell/shellconfig.h to the installed header list. * libmisc/shell/shell_cmdset.c: Let the Initial command add occur in any order rather than before any commands have been added. Also made the command's strings be copies rather than references. * sapi/src/ioregisterdriver.c: Return the I/O initialise calls result.
Diffstat (limited to 'cpukit/Makefile.am')
-rw-r--r--cpukit/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/Makefile.am b/cpukit/Makefile.am
index 4a2abfadf4..8ab264a74a 100644
--- a/cpukit/Makefile.am
+++ b/cpukit/Makefile.am
@@ -114,7 +114,7 @@ include_rtems_HEADERS += libmisc/mw-fb/mw_fb.h libmisc/mw-fb/mw_uid.h
## shell
if LIBSHELL
-include_rtems_HEADERS += libmisc/shell/shell.h
+include_rtems_HEADERS += libmisc/shell/shell.h libmisc/shell/shellconfig.h
endif
## i2c