mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
00e8ec2f0b
With all the DT support preparation done, we are able to move Dove to MVEBU easily. Legacy non-DT mach-dove is left untouched to rot for a while before removal. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Jason Cooper <jason@lakedaemon.net>
5 lines
177 B
Makefile
5 lines
177 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_CM_A510) += cm-a510.o
|