Removed shmsupp directory as it is not really implemented.

This commit is contained in:
Joel Sherrill
1999-11-01 13:07:56 +00:00
parent 4c9d61e8be
commit a2504f7dc6

View File

@@ -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