source: rtems/c/src/lib/libcpu/m68k/Makefile.am @ ddf3ea2

5
Last change on this file since ddf3ea2 was ddf3ea2, checked in by Sebastian Huber <sebastian.huber@…>, on 03/26/18 at 10:23:22

bsps/csb360: Move libcpu content to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 512 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3include $(top_srcdir)/../../../automake/compile.am
4
5noinst_PROGRAMS =
6
7if mcf548x
8## mcf548x/include
9## mcf548x/mcdma
10noinst_PROGRAMS += mcf548x/mcdma.rel
11mcf548x_mcdma_rel_SOURCES = mcf548x/mcdma/MCD_dmaApi.c mcf548x/mcdma/MCD_tasksInit.c \
12                            mcf548x/mcdma/MCD_tasks.c  mcf548x/mcdma/mcdma_glue.c
13
14mcf548x_mcdma_rel_CPPFLAGS = $(AM_CPPFLAGS)
15mcf548x_mcdma_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
16endif
17
18include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.