summaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/coldfire/Makefile
diff options
context:
space:
mode:
authorGreg Ungerer <gerg@uclinux.org>2012-04-17 15:25:44 +1000
committerGreg Ungerer <gerg@uclinux.org>2012-05-20 21:21:59 +1000
commita654730ec1cd5b4bc170e7ae7ee358f2a7a554c2 (patch)
tree0829e813dfb805de63c023a5f97ceb991bb635c0 /arch/m68k/platform/coldfire/Makefile
parentdaacd5cc255bdba62b1be999c7b77ca1015a79a3 (diff)
downloadop-kernel-dev-a654730ec1cd5b4bc170e7ae7ee358f2a7a554c2.zip
op-kernel-dev-a654730ec1cd5b4bc170e7ae7ee358f2a7a554c2.tar.gz
m68knommu: move the 520x platform code into the common ColdFire code directory
All these separate directories for each ColdFire CPU SoC varient seems like overkill. The majority of them only contain a single small config file. Move these into the common ColdFire code directory. Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Diffstat (limited to 'arch/m68k/platform/coldfire/Makefile')
-rw-r--r--arch/m68k/platform/coldfire/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/coldfire/Makefile b/arch/m68k/platform/coldfire/Makefile
index ef729b1..60c1efa 100644
--- a/arch/m68k/platform/coldfire/Makefile
+++ b/arch/m68k/platform/coldfire/Makefile
@@ -17,7 +17,7 @@ asflags-$(CONFIG_FULLDEBUG) := -DDEBUGGER_COMPATIBLE_CACHE=1
obj-$(CONFIG_COLDFIRE) += cache.o clk.o device.o dma.o entry.o vectors.o
obj-$(CONFIG_M5206) += m5206.o timers.o intc.o reset.o
obj-$(CONFIG_M5206e) += m5206.o timers.o intc.o reset.o
-obj-$(CONFIG_M520x) += pit.o intc-simr.o reset.o
+obj-$(CONFIG_M520x) += m520x.o pit.o intc-simr.o reset.o
obj-$(CONFIG_M523x) += pit.o dma_timer.o intc-2.o reset.o
obj-$(CONFIG_M5249) += timers.o intc.o reset.o
obj-$(CONFIG_M527x) += pit.o intc-2.o reset.o
OpenPOWER on IntegriCloud