summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/force386/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-21 15:44:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-03-21 15:44:26 +0000
commit4e01c9c496fd823cf8846ed21d401f6df0717814 (patch)
tree0f679b08b353f0d929620382b4fc5ffec2800cb1 /c/src/lib/libbsp/i386/force386/Makefile.in
parentCorrected typo in copyright notice. (diff)
downloadrtems-4e01c9c496fd823cf8846ed21d401f6df0717814.tar.bz2
Added BSP specific start since it had become VERY complex to attempt
to share the start code across i386 BSPs.
Diffstat (limited to 'c/src/lib/libbsp/i386/force386/Makefile.in')
-rw-r--r--c/src/lib/libbsp/i386/force386/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/force386/Makefile.in b/c/src/lib/libbsp/i386/force386/Makefile.in
index 7a8d6260ed..47328bffdf 100644
--- a/c/src/lib/libbsp/i386/force386/Makefile.in
+++ b/c/src/lib/libbsp/i386/force386/Makefile.in
@@ -13,4 +13,4 @@ include $(RTEMS_ROOT)/make/directory.cfg
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories
-SUB_DIRS=include startup clock console shmsupp timer wrapup
+SUB_DIRS=include start startup clock console shmsupp timer wrapup