diff options
author | Greg Ungerer <gerg@uclinux.org> | 2012-04-17 09:25:44 +0400 |
---|---|---|
committer | Greg Ungerer <gerg@uclinux.org> | 2012-05-20 15:21:59 +0400 |
commit | a654730ec1cd5b4bc170e7ae7ee358f2a7a554c2 (patch) | |
tree | 0829e813dfb805de63c023a5f97ceb991bb635c0 /arch/m68k/platform/coldfire/Makefile | |
parent | daacd5cc255bdba62b1be999c7b77ca1015a79a3 (diff) | |
download | linux-a654730ec1cd5b4bc170e7ae7ee358f2a7a554c2.tar.xz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/platform/coldfire/Makefile b/arch/m68k/platform/coldfire/Makefile index ef729b173eb8..60c1efade41e 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 |