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

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

bsps/mcf5206elite: Move libcpu content to bsps

This patch is a part of the BSP source reorganization.

Update #3285.

  • Property mode set to 100644
File size: 952 bytes
Line 
1ACLOCAL_AMFLAGS = -I ../../../aclocal
2
3include $(top_srcdir)/../../../automake/compile.am
4
5noinst_PROGRAMS =
6
7if mcf5272
8## mcf5272/include
9## clock
10noinst_PROGRAMS += mcf5272/clock.rel
11mcf5272_clock_rel_SOURCES = mcf5272/clock/ckinit.c
12mcf5272_clock_rel_CPPFLAGS = $(AM_CPPFLAGS)
13mcf5272_clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
14
15## timer
16noinst_PROGRAMS += mcf5272/timer.rel
17mcf5272_timer_rel_SOURCES = mcf5272/timer/timer.c mcf5272/timer/timerisr.S
18mcf5272_timer_rel_CPPFLAGS = $(AM_CPPFLAGS)
19mcf5272_timer_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
20endif
21
22if mcf548x
23## mcf548x/include
24## mcf548x/mcdma
25noinst_PROGRAMS += mcf548x/mcdma.rel
26mcf548x_mcdma_rel_SOURCES = mcf548x/mcdma/MCD_dmaApi.c mcf548x/mcdma/MCD_tasksInit.c \
27                            mcf548x/mcdma/MCD_tasks.c  mcf548x/mcdma/mcdma_glue.c
28
29mcf548x_mcdma_rel_CPPFLAGS = $(AM_CPPFLAGS)
30mcf548x_mcdma_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
31endif
32
33include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.