mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
f07d73e33d
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>
7 lines
218 B
Makefile
7 lines
218 B
Makefile
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
|
|
obj-$(CONFIG_MACH_CM_A510) += cm-a510.o
|