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

4.104.115
Last change on this file since 7187942 was 7ae2775, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/17/09 at 13:53:04

ARM bsp maintenance

  • Property mode set to 100644
File size: 551 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_init.c
21
22# abort
23EXTRA_DIST += shared/abort/simple_abort.c
24
25include $(top_srcdir)/../../../automake/subdirs.am
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.