summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/Makefile.am
blob: 8baa3b8930f5ce7b4f3d5b3db14a6221686c88a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I ../../../../aclocal

# If we are building a "real" BSP, then we need to descend into the
# appropriate CPU specific directory.  The bare BSP is a special
# case which can be built for any CPU and it resides at the same
# level as the CPUs.  If we are building the bare BSP, then descend
# into that directory.

SUBDIRS += include shared shmdr @RTEMS_LIBBSP_CPU_SUBDIR@

EXTRA_DIST = MERGE.PROCEDURE bsp.am

include $(top_srcdir)/../../../../automake/subdirs.am
include $(top_srcdir)/../../../../automake/local.am