summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ppc403/Makefile.am
blob: 435451002217a677f2ec035b4eccf4576ce85ef8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
##
## $Id$
##

AUTOMAKE_OPTIONS = foreign 1.4

if ppc403
SUBDIRS = console clock timer vectors ictrl
endif
if ppc405
SUBDIRS = console tty_drv clock timer vectors ictrl
endif

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