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

5
Last change on this file since ca4602e was 7329f55, checked in by Sebastian Huber <sebastian.huber@…>, on 06/06/12 at 12:48:23

bsps/arm: Rename linkcmds.armv7 to linkcmds.armv7m

  • Property mode set to 100644
File size: 744 bytes
RevLine 
[fe8bc62f]1ACLOCAL_AMFLAGS = -I ../../../aclocal
[08330bf]2
[194d1282]3## Descend into the @RTEMS_BSP_FAMILY@ directory
[08330bf]4## Currently, the shared directory is not explicitly
5## added but it is present in the source tree.
[94011ca]6SUBDIRS = @RTEMS_BSP_FAMILY@
7
[a3579d3b]8include_bspdir = $(includedir)/bsp
9include_bsp_HEADERS = shared/include/linker-symbols.h
10
11dist_project_lib_DATA = shared/startup/linkcmds.base
12dist_project_lib_DATA += shared/startup/linkcmds.armv4
[7329f55]13dist_project_lib_DATA += shared/startup/linkcmds.armv7m
[a3579d3b]14
[94011ca]15EXTRA_DIST =
16
17# comm
18EXTRA_DIST += shared/comm/uart.h
19EXTRA_DIST += shared/comm/uart.c
20
[a5ef8c53]21# abort
22EXTRA_DIST += shared/abort/simple_abort.c
23
[a3579d3b]24include $(srcdir)/preinstall.am
[2334e94b]25include $(top_srcdir)/../../../automake/subdirs.am
26include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.