source: rtems/c/src/lib/libbsp/or1k/Makefile.am @ f2e0f8e

5
Last change on this file since f2e0f8e was fd57015, checked in by Hesham ALMatary <heshamelmatary@…>, on 08/20/14 at 17:23:20

Add new (first) OpenRISC BSP called or1ksim.

This BSP is intended to run on or1ksim (the main OpenRISC emulator).
Fixed version according to Joel comments from the mailing list.

  • Property mode set to 100644
File size: 350 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.
6SUBDIRS = @RTEMS_BSP_FAMILY@
7
8include $(srcdir)/preinstall.am
9include $(top_srcdir)/../../../automake/subdirs.am
10include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.