From 5a8203085e5855198949dc289ba8acd3a11e68cc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 3 Dec 1999 13:42:34 +0000 Subject: Modification from Emmanuel Raguet to merge the dec21140 drivers from the i386/pc386 and powerpc/mcp750 (all Motorola PowerPC boards) and move the network driver to libchip. This driver should work on all PCI based uses of this chip. --- c/src/lib/libbsp/i386/pc386/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/Makefile.in') diff --git a/c/src/lib/libbsp/i386/pc386/Makefile.in b/c/src/lib/libbsp/i386/pc386/Makefile.in index 25ef9e138e..d0cf7af343 100644 --- a/c/src/lib/libbsp/i386/pc386/Makefile.in +++ b/c/src/lib/libbsp/i386/pc386/Makefile.in @@ -19,7 +19,8 @@ include $(RTEMS_ROOT)/make/directory.cfg INSTALL_CHANGE = @INSTALL_CHANGE@ # We only build the Network library if HAS_NETWORKING was defined -NETWORK_yes_V = dec21140 ne2000 wd8003 3c509 +# dec21140 is supported via libchip +NETWORK_yes_V = ne2000 wd8003 3c509 NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) # wrapup is the one that actually builds and installs the library -- cgit v1.2.3