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

5
Last change on this file since b2ed712 was a748603, checked in by Chris Johns <chrisj@…>, on 05/14/17 at 01:52:52

build-system: Parallel build all subdirs.

  • Property mode set to 100644
File size: 694 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4## Currently, the shared directory is not explicitly
5## added but it is present in the source tree.
6_SUBDIRS = @RTEMS_BSP_FAMILY@
7
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
13dist_project_lib_DATA += shared/startup/linkcmds.armv7m
14
15EXTRA_DIST =
16
17# comm
18EXTRA_DIST += shared/comm/uart.h
19EXTRA_DIST += shared/comm/uart.c
20
21include $(srcdir)/preinstall.am
22include $(top_srcdir)/../../../automake/subdirs.am
23include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.