summaryrefslogtreecommitdiffstats
path: root/arch/m68knommu/platform/coldfire/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer2009-07-07 01:39:11 +0200
committerGreg Ungerer2009-09-16 01:43:54 +0200
commit9075216d2c8761c91dc268125f6580af3ffc58b5 (patch)
tree95df9112cacda86d5fc7603b0e83bd88abdfde45 /arch/m68knommu/platform/coldfire/Makefile
parentm68knommu: add support for second interrupt controller of ColdFire 5249 (diff)
downloadkernel-qcow2-linux-9075216d2c8761c91dc268125f6580af3ffc58b5.tar.gz
kernel-qcow2-linux-9075216d2c8761c91dc268125f6580af3ffc58b5.tar.xz
kernel-qcow2-linux-9075216d2c8761c91dc268125f6580af3ffc58b5.zip
m68knommu: create a speciailized ColdFire 5272 interrupt controller
The ColdFire 5272 CPU has a very different interrupt controller than any of the other ColdFire parts. It needs its own controller code to correctly setup and ack interrupts. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68knommu/platform/coldfire/Makefile')
-rw-r--r--arch/m68knommu/platform/coldfire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/platform/coldfire/Makefile b/arch/m68knommu/platform/coldfire/Makefile
index 24ea95a23128..f72a0e5d9996 100644
--- a/arch/m68knommu/platform/coldfire/Makefile
+++ b/arch/m68knommu/platform/coldfire/Makefile
@@ -21,7 +21,7 @@ obj-$(CONFIG_M520x) += pit.o intc-simr.o
obj-$(CONFIG_M523x) += pit.o dma_timer.o intc-2.o
obj-$(CONFIG_M5249) += timers.o intc.o
obj-$(CONFIG_M527x) += pit.o intc-2.o
-obj-$(CONFIG_M5272) += timers.o intc.o
+obj-$(CONFIG_M5272) += timers.o
obj-$(CONFIG_M528x) += pit.o intc-2.o
obj-$(CONFIG_M5307) += timers.o intc.o
obj-$(CONFIG_M532x) += timers.o intc-simr.o