summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 13:07:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-01 13:07:56 +0000
commita2504f7dc63d1c1c3f305fa19b35b37c0a40f4bb (patch)
tree3d874d949691ab490fc440118cf420771bf8972c /c/src/lib/libbsp
parentMVME2307 does not really include MP support. (diff)
downloadrtems-a2504f7dc63d1c1c3f305fa19b35b37c0a40f4bb.tar.bz2
Removed shmsupp directory as it is not really implemented.
Diffstat (limited to 'c/src/lib/libbsp')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme2307/Makefile.in7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme2307/Makefile.in b/c/src/lib/libbsp/powerpc/mvme2307/Makefile.in
index 72f6d743fc..3241e1acce 100644
--- a/c/src/lib/libbsp/powerpc/mvme2307/Makefile.in
+++ b/c/src/lib/libbsp/powerpc/mvme2307/Makefile.in
@@ -22,18 +22,13 @@ SRCS=README
all: $(SRCS)
-# shmsupp augments shmdr -- the portable shared memory MPCI layer
-# We only build it if HAS_MP was defined
-MP_DRIVERS_yes_V = shmsupp
-MP_DRIVERS = $(MP_DRIVERS_$(HAS_MP)_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
-SUB_DIRS=include clock console startup boot $(MP_DRIVERS) \
+SUB_DIRS=include clock console startup boot \
nvram timer pci $(NETWORK) wrapup
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status