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

AUTOMAKE_OPTIONS = foreign 1.4

if need_shared
SUBDIRS = clock console include pci residual openpic irq vectors start \
    startup motorola bootloader
endif

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