summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/Makefile.in
blob: a5e3dde0d0370b8adf8ba56c104138a85bc7de83 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
#  $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

# shmdr is a portable shared memory MPCI layer
# We only build it 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))