# # $Id$ # @SET_MAKE@ srcdir = @srcdir@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_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))