source: rtems/c/src/lib/libbsp/sparc/Makefile.am @ 2eb4aba9

4.104.114.84.95
Last change on this file since 2eb4aba9 was 4393845e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/06/07 at 00:01:33

2007-09-05 Daniel Hellstrom <daniel@…>

  • Makefile.am: LEON3 AMBA PnP bus scanning moved to shared/amba/amba.c and shared/include/ambapp.h. The AMBA scanning was improved to take account for PnP info address translation. This is useful when scanning remote AMBA busses for example when a board connected with PCI has an AMBA bus that needs to be scanned, before the addresses was hard coded. Also, LEON2 now have AMBA PnP bus scanning support. By using the new AMBA scanning routines it is possible to isolate the AMBA scanning code to ambapp.c, however existing drivers should be updated to use them in order to save space.
  • Property mode set to 100644
File size: 469 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7# Descend into the @RTEMS_BSP_FAMILY@ directory
8SUBDIRS = @RTEMS_BSP_FAMILY@
9
10EXTRA_DIST =
11
12EXTRA_DIST += shared/bspclean.c
13EXTRA_DIST += shared/bspstart.c
14EXTRA_DIST += shared/gnatcommon.c
15EXTRA_DIST += shared/start.S
16
17# AMBA Plug&Play bus
18EXTRA_DIST += shared/include/ambapp.h
19EXTRA_DIST += shared/amba/ambapp.c
20
21include $(top_srcdir)/../../../automake/subdirs.am
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.