source: rtems/c/src/lib/libbsp/arm/Makefile.am @ 4008232

4.104.114.84.95
Last change on this file since 4008232 was a5ef8c53, checked in by Joel Sherrill <joel.sherrill@…>, on 05/15/07 at 18:02:16

2007-05-15 Ray Xu <rayx@…>

  • Makefile.am: Add abort.rel since it is now in the BSP shared source, not in score/cpu.
  • Property mode set to 100644
File size: 586 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../aclocal
6
7## Descend into the @RTEMS_BSP_FAMILY@ directory
8## Currently, the shared directory is not explicitly
9## added but it is present in the source tree.
10SUBDIRS = @RTEMS_BSP_FAMILY@
11
12EXTRA_DIST =
13
14# comm
15EXTRA_DIST += shared/comm/uart.h
16EXTRA_DIST += shared/comm/console.c
17EXTRA_DIST += shared/comm/uart.c
18
19# irq
20EXTRA_DIST += shared/irq/irq_asm.S
21EXTRA_DIST += shared/irq/irq_init.c
22
23# abort
24EXTRA_DIST += shared/abort/simple_abort.c
25
26include $(top_srcdir)/../../../automake/subdirs.am
27include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.