Commit 25ae4765 authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] rework timer code used for different m68knommu/ColdFire CPU's

Rework the m68knommu/ColdFire/5307 Makefile to build the correct
timer code for each of the different ColdFire CPU types.
parent a5e9cfa6
...@@ -16,8 +16,13 @@ ifdef CONFIG_FULLDEBUG ...@@ -16,8 +16,13 @@ ifdef CONFIG_FULLDEBUG
AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1 AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
endif endif
obj-$(CONFIG_COLDFIRE) += entry.o timers.o vectors.o obj-$(CONFIG_COLDFIRE) += entry.o vectors.o
obj-$(CONFIG_M5307) += config.o obj-$(CONFIG_M5206) += timers.o
obj-$(CONFIG_M5206e) += timers.o
obj-$(CONFIG_M5249) += timers.o
obj-$(CONFIG_M5272) += timers.o
obj-$(CONFIG_M5307) += config.o timers.o
obj-$(CONFIG_M5407) += timers.o
ifeq ($(CONFIG_M5307),y) ifeq ($(CONFIG_M5307),y)
extra-y := $(BOARD)/crt0_$(MODEL).o extra-y := $(BOARD)/crt0_$(MODEL).o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment