]> git.neil.brown.name Git - history.git/commitdiff
[PATCH] rework timer code used for different m68knommu/ColdFire CPU's
authorGreg Ungerer <gerg@snapgear.com>
Sun, 25 May 2003 15:10:19 +0000 (08:10 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sun, 25 May 2003 15:10:19 +0000 (08:10 -0700)
Rework the m68knommu/ColdFire/5307 Makefile to build the correct
timer code for each of the different ColdFire CPU types.

arch/m68knommu/platform/5307/Makefile

index cf63cb941ab5302c6f0339fe9234d816049bc887..b4d5e43e0fd2142a82dfa9d003a2c5359bbd85f3 100644 (file)
@@ -16,8 +16,13 @@ ifdef CONFIG_FULLDEBUG
 AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
 endif
 
-obj-$(CONFIG_COLDFIRE) += entry.o timers.o vectors.o
-obj-$(CONFIG_M5307)    += config.o
+obj-$(CONFIG_COLDFIRE) += entry.o vectors.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)
 extra-y := $(BOARD)/crt0_$(MODEL).o