From a2504f7dc63d1c1c3f305fa19b35b37c0a40f4bb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 1 Nov 1999 13:07:56 +0000 Subject: Removed shmsupp directory as it is not really implemented. --- c/src/lib/libbsp/powerpc/mvme2307/Makefile.in | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'c/src/lib/libbsp') 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 -- cgit v1.2.3