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

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

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

# We only build the ka9q library if HAS_KA9Q was defined
LIBKA9Q_yes_V = libka9q
LIBKA9Q = $(LIBKA9Q_$(HAS_KA9Q)_V)

SUB_DIRS=start include libmisc libc libcpu libbsp $(LIBKA9Q) wrapup