source: rtems/c/src/lib/libbsp/riscv32/Makefile.am @ 6d85e05

5
Last change on this file since 6d85e05 was 6d85e05, checked in by Hesham Almatary <hesham@…>, on 10/21/17 at 07:06:44

bsp: Add new riscv_generic bsp v3

  • Only runs/tested on simulator/spike.
  • Ticker, hello, capture work proprely
  • Tested via RTEMS Tester, Passed: 525/565 (92%)

Update #3109

  • Property mode set to 100644
File size: 442 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2## Descend into the @RTEMS_BSP_FAMILY@ directory
3## Currently, the shared directory is not explicitly
4## added but it is present in the source tree.
5
6
7_SUBDIRS = @RTEMS_BSP_FAMILY@
8
9include_bspdir = $(includedir)/bsp
10include_bsp_HEADERS = shared/include/linker-symbols.h
11
12include $(srcdir)/preinstall.am
13include $(top_srcdir)/../../../automake/subdirs.am
14include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.