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

4.115
Last change on this file since a3579d3b was a3579d3b, checked in by Sebastian Huber <sebastian.huber@…>, on 12/03/10 at 09:23:52

2010-12-03 Sebastian Huber <sebastian.huber@…>

  • preinstall.am, shared/lpc/include/lpc-i2s.h, shared/startup/linkcmds.armv4, shared/startup/linkcmds.armv7: New files.
  • Makefile.am: Added header and linker command files intended to be used by every ARM BSP.
  • shared/startup/linkcmds.base: Support for EABI and ARM ELF standard.
  • shared/include/linker-symbols.h: Update due to linker command file changes.
  • shared/start/start.S, shared/include/start.h: Renamed entry symbol from start to _start to avoid namespace conflicts. Update due to linker command file changes.
  • Property mode set to 100644
File size: 758 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
12include_bspdir = $(includedir)/bsp
13include_bsp_HEADERS = shared/include/linker-symbols.h
14
15dist_project_lib_DATA = shared/startup/linkcmds.base
16dist_project_lib_DATA += shared/startup/linkcmds.armv4
17dist_project_lib_DATA += shared/startup/linkcmds.armv7
18
19EXTRA_DIST =
20
21# comm
22EXTRA_DIST += shared/comm/uart.h
23EXTRA_DIST += shared/comm/uart.c
24
25# abort
26EXTRA_DIST += shared/abort/simple_abort.c
27
28include $(srcdir)/preinstall.am
29include $(top_srcdir)/../../../automake/subdirs.am
30include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.