Removed all references to shared memory driver as it is not supported

yet on the mvme2307.
This commit is contained in:
Joel Sherrill
1999-11-01 13:08:35 +00:00
parent a2504f7dc6
commit 92f699993f

View File

@@ -28,11 +28,6 @@ include $(RTEMS_ROOT)/make/lib.cfg
INSTALL = @INSTALL@
INSTALL_CHANGE = @INSTALL_CHANGE@
ifeq ($(HAS_MP),yes)
GENERIC_PIECES += shmdr
BSP_PIECES += shmsupp
endif
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS=$(foreach piece, $(BSP_PIECES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
$(foreach piece, $(CPU_PIECES), \