summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-31 23:06:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-08-31 23:06:50 +0000
commitd9d75fce47b63f287ff553db156c40bda3eceaf1 (patch)
tree91bf8143732c4923edef4d223e86a12e342ad9d1 /c/src/lib/libbsp/i386/pc386/Makefile.in
parentPatch from Eric Valette <valette@crf.canon.fr>: (diff)
downloadrtems-d9d75fce47b63f287ff553db156c40bda3eceaf1.tar.bz2
Patch from Emmanuel Raguet <raguet@crf.canon.fr>:
I have reworked the ethernet driver for the BSP pc386 and here is the patch to apply.
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/Makefile.in')
-rw-r--r--c/src/lib/libbsp/i386/pc386/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.in b/c/src/lib/libbsp/i386/pc386/Makefile.in
index f30692edfc..4862454e13 100644
--- a/c/src/lib/libbsp/i386/pc386/Makefile.in
+++ b/c/src/lib/libbsp/i386/pc386/Makefile.in
@@ -11,9 +11,9 @@ PROJECT_ROOT = @PROJECT_ROOT@
include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg
include $(RTEMS_ROOT)/make/directory.cfg
-# # 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)
# wrapup is the one that actually builds and installs the library
# from the individual .rel files built in other directories