diff options
author | Jason Cooper <jason@lakedaemon.net> | 2012-03-15 00:52:31 +0000 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2012-03-16 04:28:42 +0000 |
commit | 6fa6b8781fbd5e6cd5e313c5e3bdd73b426d8f30 (patch) | |
tree | 3f0e8b4e7b0c6b655f5f431a43116a365c171dff /arch/arm/mach-kirkwood/Makefile | |
parent | 2b45e05f51a79c2818523c923dfe008b8b2f4227 (diff) |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-kirkwood/Makefile b/arch/arm/mach-kirkwood/Makefile index acbc5e1db06f..e299a9576bf0 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 |