mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
586dcf279b
Add support for the QNAP TS-119 and TS-219 Turbo NAS devices. Signed-off-by: Martin Michlmayr <tbm@cyrius.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
8 lines
314 B
Makefile
8 lines
314 B
Makefile
obj-y += common.o addr-map.o irq.o pcie.o mpp.o
|
|
|
|
obj-$(CONFIG_MACH_DB88F6281_BP) += db88f6281-bp-setup.o
|
|
obj-$(CONFIG_MACH_RD88F6192_NAS) += rd88f6192-nas-setup.o
|
|
obj-$(CONFIG_MACH_RD88F6281) += rd88f6281-setup.o
|
|
obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o
|
|
obj-$(CONFIG_MACH_TS219) += ts219-setup.o
|