forked from Imagelibrary/rtems
Removed all references to shared memory driver as it is not supported
yet on the mvme2307.
This commit is contained in:
@@ -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), \
|
||||
|
||||
Reference in New Issue
Block a user