Commit 04091338 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] build m68knommu/ColdFire common vectors.c and timers.c

This patch puts the new common ColdFire timers.c and vectors.c into
the build list (in the m68knommu architecture branch).
parent c9080be6
......@@ -16,7 +16,7 @@ ifdef CONFIG_FULLDEBUG
AFLAGS += -DDEBUGGER_COMPATIBLE_CACHE=1
endif
obj-$(CONFIG_COLDFIRE) += entry.o
obj-$(CONFIG_COLDFIRE) += entry.o timers.o vectors.o
obj-$(CONFIG_M5307) += config.o
ifeq ($(CONFIG_M5307),y)
......
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