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

4.115
Last change on this file since 82dcbc8 was 439d00ca, checked in by Sebastian Huber <sebastian.huber@…>, on 04/30/10 at 13:21:08

2010-04-30 Sebastian Huber <sebastian.huber@…>

  • shared/irq_init.c: Removed file.
  • Makefile.am: Reflect change above.
  • Property mode set to 100644
File size: 472 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/uart.c
17
18# abort
19EXTRA_DIST += shared/abort/simple_abort.c
20
21include $(top_srcdir)/../../../automake/subdirs.am
22include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.