Changeset 7c53080 in rtems for c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am
- Timestamp:
- Jan 15, 2003, 6:07:19 PM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 39fa3ed
- Parents:
- ce9c79f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am
rce9c79f r7c53080 3 3 ## 4 4 5 6 5 PGM = $(ARCH)/mbus.rel 7 6 8 7 C_FILES = mcfmbus.c 9 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))8 OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 10 9 11 OBJS = $(C_O_FILES)12 13 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg14 10 include $(top_srcdir)/../../../../../../automake/compile.am 15 11 include $(top_srcdir)/../../../../../../automake/lib.am
Note: See TracChangeset
for help on using the changeset viewer.