forked from Imagelibrary/rtems
Removed shmsupp directory as it is not really implemented.
This commit is contained 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
|
||||
|
||||
Reference in New Issue
Block a user