summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-20 18:55:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-01-20 18:55:50 +0000
commitc27b2d0dbefa1743c24f4e05594535696994e57e (patch)
tree51ae6dc1630d1296395e160a17697fad082b01a0 /c/src/lib/libbsp/i386/i386ex/Makefile.in
parentPatch from Eric Norum <eric@skatter.usask.ca> to make m68360.h usable (diff)
downloadrtems-c27b2d0dbefa1743c24f4e05594535696994e57e.tar.bz2
Update of network driver from Erik Ivanenko <erik.ivanenko@utoronto.ca>.
Comments follow: Here is the contents of the network directory of the i386ex BSP. The reset function has been recently added, and tested through a command line interface. A reset event to the reset thread to reset the NIC. This is done when the ISR detects that the NIC is in an invalid state. It has not been tested "in real life" since the board has not seen an invalid state since the reset function was implemented.
Diffstat (limited to 'c/src/lib/libbsp/i386/i386ex/Makefile.in')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/Makefile.in b/c/src/lib/libbsp/i386/i386ex/Makefile.in
index 2000a7c0ca..22f260cb9e 100644
--- a/c/src/lib/libbsp/i386/i386ex/Makefile.in
+++ b/c/src/lib/libbsp/i386/i386ex/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