From 1094cf0dc51e8df18b90074c8925c36170f9f13d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 21:06:17 +0000 Subject: Patch from Emmanuel RAGUET 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. --- c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libbsp/i386/pc386/wrapup/Makefile.in') 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) -- cgit v1.2.3