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


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