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/powerpc/mcp750/Makefile.in | 6 +----- c/src/lib/libbsp/powerpc/mcp750/README.dec21140 | 5 +++++ c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in | 7 +------ 3 files changed, 7 insertions(+), 11 deletions(-) create mode 100644 c/src/lib/libbsp/powerpc/mcp750/README.dec21140 (limited to 'c/src/lib/libbsp/powerpc/mcp750') diff --git a/c/src/lib/libbsp/powerpc/mcp750/Makefile.in b/c/src/lib/libbsp/powerpc/mcp750/Makefile.in index 6813a48f92..8546f0c6cb 100644 --- a/c/src/lib/libbsp/powerpc/mcp750/Makefile.in +++ b/c/src/lib/libbsp/powerpc/mcp750/Makefile.in @@ -22,14 +22,10 @@ SRCS = README all: $(SRCS) -# We only build the Network library if HAS_NETWORKING was defined -NETWORK_yes_V = dec21140 -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 SUBDIRS = clock console include pci residual openpic irq vectors start \ - startup bootloader $(NETWORK) motorola wrapup + startup bootloader motorola wrapup Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ diff --git a/c/src/lib/libbsp/powerpc/mcp750/README.dec21140 b/c/src/lib/libbsp/powerpc/mcp750/README.dec21140 new file mode 100644 index 0000000000..5b6c479d9f --- /dev/null +++ b/c/src/lib/libbsp/powerpc/mcp750/README.dec21140 @@ -0,0 +1,5 @@ +# +# $Id$ +# + +The dec21140 network driver is found in libchip/networking. diff --git a/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in b/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in index 4380a59cbd..294ba38a89 100644 --- a/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in +++ b/c/src/lib/libbsp/powerpc/mcp750/wrapup/Makefile.in @@ -13,12 +13,7 @@ PROJECT_ROOT = @PROJECT_ROOT@ VPATH = @srcdir@ -# We only build the Network library if HAS_NETWORKING was defined -NETWORK_yes_V = dec21140 -NETWORK = $(NETWORK_$(HAS_NETWORKING)_V) - -BSP_PIECES = clock console irq openpic pci residual startup $(NETWORK) \ - vectors motorola +BSP_PIECES = clock console irq openpic pci residual startup vectors motorola GENERIC_PIECES = # bummer; have to use $foreach since % pattern subst rules only replace 1x -- cgit v1.2.3