forked from luck/tmp_suning_uos_patched
ca9cea9399
The Internet and Network Space v2 boards are very close. The only difference is that there is no USB type B plug wired on the Internet Space v2. Signed-off-by: Simon Guinot <sguinot@lacie.com> Signed-off-by: Nicolas Pitre <nico@marvell.com>
15 lines
644 B
Makefile
15 lines
644 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_MV88F6281GTW_GE) += mv88f6281gtw_ge-setup.o
|
|
obj-$(CONFIG_MACH_SHEEVAPLUG) += sheevaplug-setup.o
|
|
obj-$(CONFIG_MACH_TS219) += ts219-setup.o tsx1x-common.o
|
|
obj-$(CONFIG_MACH_TS41X) += ts41x-setup.o tsx1x-common.o
|
|
obj-$(CONFIG_MACH_OPENRD) += openrd-setup.o
|
|
obj-$(CONFIG_MACH_NETSPACE_V2) += netspace_v2-setup.o
|
|
obj-$(CONFIG_MACH_INETSPACE_V2) += netspace_v2-setup.o
|
|
|
|
obj-$(CONFIG_CPU_IDLE) += cpuidle.o
|