mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 01:12:43 +00:00
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
|