source: rtems/c/src/lib/libbsp/powerpc/Makefile.am @ 629faf9

5
Last change on this file since 629faf9 was 477bca2, checked in by Sebastian Huber <sebastian.huber@…>, on 10/06/18 at 08:59:10

build: Remove local.am

  • Property mode set to 100644
File size: 642 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4_SUBDIRS = @RTEMS_BSP_FAMILY@
5
6# FIXME: This does not work
7# DIST_SUBDIRS = @all_subdirs@ support/old_exception_processing \
8#    support/new_exception_processing
9
10# FIXME: Herein lies madness ;)
11
12## shared/include
13
14## shared/bootloader
15
16## shared/clock
17
18## shared/console
19
20## shared/flash
21
22## shared/motorola
23
24## shared/pci
25
26## shared/residual
27
28## shared/openpic
29
30## shared/irq
31
32## shared/start
33
34## shared/startup
35
36## shared/tod
37
38## shared/vme
39
40include $(top_srcdir)/../../../automake/subdirs.am
41include $(srcdir)/../../../../../bsps/powerpc/headers.am
Note: See TracBrowser for help on using the repository browser.