aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/arm/mach-dove/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2013-07-02 13:03:40 +0200
committerJason Cooper <jason@lakedaemon.net>2013-07-25 21:07:14 +0000
commitf07d73e33d0eb9858d48b81eb7037e132293ed84 (patch)
tree792e1df1ab67b60abcbd9c57fb5f8221b6ef4f26 /arch/arm/mach-dove/Makefile
parentARM: orion5x: update intc device tree node to new reg layout (diff)
downloadwireguard-linux-f07d73e33d0eb9858d48b81eb7037e132293ed84.tar.xz
wireguard-linux-f07d73e33d0eb9858d48b81eb7037e132293ed84.zip
ARM: dove: convert to DT irqchip and clocksource
With recent support for true irqchip and clocksource drivers for Orion SoCs, now make use of it on DT enabled Dove boards. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-dove/Makefile')
-rw-r--r--arch/arm/mach-dove/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-dove/Makefile b/arch/arm/mach-dove/Makefile
index 4d9d2ffc4535..cbc5c0618788 100644
--- a/arch/arm/mach-dove/Makefile
+++ b/arch/arm/mach-dove/Makefile
@@ -1,5 +1,5 @@
-obj-y += common.o irq.o
-obj-$(CONFIG_DOVE_LEGACY) += mpp.o
+obj-y += common.o
+obj-$(CONFIG_DOVE_LEGACY) += irq.o mpp.o
obj-$(CONFIG_PCI) += pcie.o
obj-$(CONFIG_MACH_DOVE_DB) += dove-db-setup.o
obj-$(CONFIG_MACH_DOVE_DT) += board-dt.o