source: rtems/c/src/lib/libbsp/m68k/Makefile.am @ 9da5d5fd

5
Last change on this file since 9da5d5fd was 9964895, checked in by Sebastian Huber <sebastian.huber@…>, on 04/20/18 at 08:35:35

bsps: Move startup files to bsps

Adjust build support files to new directory layout.

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 353 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3## Descend into the @RTEMS_BSP_FAMILY@ directory
4_SUBDIRS = @RTEMS_BSP_FAMILY@
5
6dist_project_lib_DATA = ../../../../../bsps/m68k/shared/start/linkcmds.base
7
8
9
10
11include $(top_srcdir)/../../../automake/subdirs.am
12include $(top_srcdir)/../../../automake/local.am
13include $(srcdir)/../../../../../bsps/m68k/headers.am
Note: See TracBrowser for help on using the repository browser.