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 | |
---|
1 | ACLOCAL_AMFLAGS = -I ../../../aclocal |
---|
2 | |
---|
3 | include $(top_srcdir)/../../../automake/compile.am |
---|
4 | |
---|
5 | noinst_PROGRAMS = |
---|
6 | |
---|
7 | if mcf548x |
---|
8 | ## mcf548x/include |
---|
9 | ## mcf548x/mcdma |
---|
10 | noinst_PROGRAMS += mcf548x/mcdma.rel |
---|
11 | mcf548x_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 | |
---|
14 | mcf548x_mcdma_rel_CPPFLAGS = $(AM_CPPFLAGS) |
---|
15 | mcf548x_mcdma_rel_LDFLAGS = $(RTEMS_RELLDFLAGS) |
---|
16 | endif |
---|
17 | |
---|
18 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.