summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-19 21:29:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-19 21:29:29 +0000
commit5f22d0916a90b9aeae76bf99992f476a209f37ab (patch)
tree1119e26086c63db98de25f1de565fbe490bae15e /c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
parentRegenerated. (diff)
downloadrtems-5f22d0916a90b9aeae76bf99992f476a209f37ab.tar.bz2
Removed referencing to network driver since it has not been merged yet.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in b/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
index ce00bb7ffb..60a923b569 100644
--- a/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
+++ b/c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.in
@@ -11,9 +11,9 @@ PROJECT_ROOT = @PROJECT_ROOT@
BSP_PIECES=startup clock console timer $(NETWORK)
GENERIC_PIECES=
-# We only build the Network library if HAS_NETWORKING was defined
-NETWORK_yes_V = network
-NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
+# # We only build the Network library if HAS_NETWORKING was defined
+# NETWORK_yes_V = network
+# NETWORK = $(NETWORK_$(HAS_NETWORKING)_V)
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/$(piece).rel) \