summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/Makefile.am
blob: c70691e510e991677fd2a5cde3cead83cae77a29 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
ACLOCAL_AMFLAGS = -I ../../../aclocal

## Descend into the @RTEMS_BSP_FAMILY@ directory
_SUBDIRS = @RTEMS_BSP_FAMILY@

# FIXME: This does not work
# DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \
#    support/new_exception_processing

# FIXME: Herein lies madness ;)

## shared/include

## shared/bootloader

## shared/clock

## shared/console

## shared/flash

## shared/motorola

## shared/pci

## shared/residual

## shared/openpic

## shared/irq

## shared/start

## shared/startup

## shared/tod

## shared/vme

include $(top_srcdir)/../../../automake/subdirs.am
include $(srcdir)/../../../../../bsps/powerpc/headers.am