summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/Makefile.in
blob: 11cd9d8605e0287bb8547a9b01ce7c4281268c3d (plain) (tree)



















                                                      
#
#  $Id$
#

@SET_MAKE@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH=@srcdir@

include $(RTEMS_CUSTOM)
include $(PROJECT_ROOT)/make/directory.cfg

# mptests are the multiprocessing test suite
# We only build them if HAS_MP was defined
 
MP_DRIVERS_yes_V = shmdr
MP_DRIVERS = $(MP_DRIVERS_$(HAS_MP)_V)
 
# Descend into the $(RTEMS_CPU) directory if it exists
SUB_DIRS=$(MP_DRIVERS) $(wildcard $(RTEMS_CPU))