summaryrefslogtreecommitdiffstats
path: root/c/src/optman/preinstall.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:19:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-06-20 22:19:38 +0000
commit5129b24c4e34e43c69d1c229cf2f91ccfffee1ba (patch)
tree46247a7550e54c91a0117da20d9e6346c6828a0f /c/src/optman/preinstall.am
parent2007-06-20 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5129b24c4e34e43c69d1c229cf2f91ccfffee1ba.tar.bz2
2007-06-20 Ray Xu <rayx@gmail.com>
* optman/Makefile.am, optman/preinstall.am: Add stubs for file system, console, and libio. This shrinks the memory requirements but Joel has not figured out how best to present this to application space. * optman/no-console.c, optman/no-filesystem.c, optman/no-libio.c: New files.
Diffstat (limited to '')
-rw-r--r--c/src/optman/preinstall.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/optman/preinstall.am b/c/src/optman/preinstall.am
index 7b82b63d6b..f300fa4c02 100644
--- a/c/src/optman/preinstall.am
+++ b/c/src/optman/preinstall.am
@@ -70,3 +70,11 @@ $(PROJECT_LIB)/no-timer.rel: no-timer.rel $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-timer.rel
TMPINSTALL_FILES += $(PROJECT_LIB)/no-timer.rel
+$(PROJECT_LIB)/no-filesystem.rel: no-filesystem.rel $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-filesystem.rel
+TMPINSTALL_FILES += $(PROJECT_LIB)/no-filesystem.rel
+
+$(PROJECT_LIB)/no-console.rel: no-console.rel $(PROJECT_LIB)/$(dirstamp)
+ $(INSTALL_PROGRAM) $< $(PROJECT_LIB)/no-console.rel
+TMPINSTALL_FILES += $(PROJECT_LIB)/no-console.rel
+