summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-kirkwood/Makefile
diff options
context:
space:
mode:
authorJason Cooper <jason@lakedaemon.net>2012-03-15 00:52:31 +0000
committerJason Cooper <jason@lakedaemon.net>2012-03-16 04:28:42 +0000
commit6fa6b8781fbd5e6cd5e313c5e3bdd73b426d8f30 (patch)
tree3f0e8b4e7b0c6b655f5f431a43116a365c171dff /arch/arm/mach-kirkwood/Makefile
parent2b45e05f51a79c2818523c923dfe008b8b2f4227 (diff)
downloadop-kernel-dev-6fa6b8781fbd5e6cd5e313c5e3bdd73b426d8f30.zip
op-kernel-dev-6fa6b8781fbd5e6cd5e313c5e3bdd73b426d8f30.tar.gz
ARM: kirkwood: fdt: facilitate new boards during fdt migration
Move all dreamplug-specific code out of board-dt.c and into board-dreamplug.c. This way new boards that are added during the conversion to fdt don't clutter up board-dt.c. Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-kirkwood/Makefile')
-rw-r--r--arch/arm/mach-kirkwood/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile
index acbc5e1..e299a95 100644
--- a/arch/arm/mach-kirkwood/Makefile
+++ b/arch/arm/mach-kirkwood/Makefile
@@ -21,3 +21,4 @@ obj-$(CONFIG_MACH_T5325) += t5325-setup.o
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
obj-$(CONFIG_ARCH_KIRKWOOD_DT) += board-dt.o
+obj-$(CONFIG_MACH_DREAMPLUG_DT) += board-dreamplug.o
OpenPOWER on IntegriCloud