summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-03 13:42:34 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-12-03 13:42:34 +0000
commit5a8203085e5855198949dc289ba8acd3a11e68cc (patch)
tree14b02b925f9bad752aea22d008bdce86b699e34b /c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in
parentPatch rtems-rc-19991123-rc-3.diff from Ralf Corsepius (diff)
downloadrtems-5a8203085e5855198949dc289ba8acd3a11e68cc.tar.bz2
Modification from Emmanuel Raguet <raguet@crf.canon.fr> 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.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in')
-rw-r--r--c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in b/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in
index 6813a48f92..8546f0c6cb 100644
--- a/c/src/lib/libbsp/powerpc/motorola_powerpc/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/motorola_powerpc/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) \