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

# General Hardware API library 
LIBHWAPI=$(wildcard libhwapi)

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