Changeset 945095d in rtems for c/src/lib/libcpu/m68k/Makefile.am
- Timestamp:
- 03/26/18 11:08:07 (5 years ago)
- Branches:
- 5, master
- Children:
- 4d22b554
- Parents:
- ddf3ea2
- git-author:
- Sebastian Huber <sebastian.huber@…> (03/26/18 11:08:07)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (03/26/18 13:12:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/Makefile.am
rddf3ea2 r945095d 5 5 noinst_PROGRAMS = 6 6 7 if mcf548x8 ## mcf548x/include9 ## mcf548x/mcdma10 noinst_PROGRAMS += mcf548x/mcdma.rel11 mcf548x_mcdma_rel_SOURCES = mcf548x/mcdma/MCD_dmaApi.c mcf548x/mcdma/MCD_tasksInit.c \12 mcf548x/mcdma/MCD_tasks.c mcf548x/mcdma/mcdma_glue.c13 14 mcf548x_mcdma_rel_CPPFLAGS = $(AM_CPPFLAGS)15 mcf548x_mcdma_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)16 endif17 18 7 include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.