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

AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros

SHARED_LIB = 

if r46xx
CPU_SUBDIR = clock timer
endif

SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)


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