summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 21:06:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-02-18 21:06:17 +0000
commit1094cf0dc51e8df18b90074c8925c36170f9f13d (patch)
tree387051e6f8284104583cd06913a027893a4cce0d /c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
parentAdded comments. (diff)
downloadrtems-1094cf0dc51e8df18b90074c8925c36170f9f13d.tar.bz2
Patch from Emmanuel RAGUET <raguet@crf.canon.fr> to add files
that were accidentally not committed earlier. The DECNet driver is being added as its own directory to avoid forcing the driver to have to pull in the complete set of network drivers.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
index 1c4148cdeb..87b2cfbeb9 100644
--- a/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in
@@ -11,7 +11,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
INSTALL = @INSTALL@
# We only build the Network library if HAS_NETWORKING was defined
-NETWORK_yes_V = network ne2000
+NETWORK_yes_V = dec21140 network ne2000
NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
BSP_PIECES=startup clock console timer $(NETWORK)