summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/mips/Makefile.am
blob: d7958eb1b58ac24ed3b31a1e850f5bad09ca2207 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
##
## $Id$
##

ACLOCAL_AMFLAGS = -I ../../../aclocal

SHARED_LIB = shared

if mongoosev
CPU_SUBDIR = mongoosev
endif

if tx39
CPU_SUBDIR = tx39
endif

if r46xx
CPU_SUBDIR = clock timer r46xx
endif

SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)

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