2018-07-13 01:31:50 +00:00
|
|
|
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_ARCH_SUN8IW6),y)
|
|
|
|
#obj-y += sun8i-cci.o
|
|
|
|
#obj-y += sun8i-setup.o
|
|
|
|
#obj-y += irq-gic-sun8iw6.o
|
|
|
|
#obj-y += irq-gic-common-sun8iw6.o
|
|
|
|
#obj-y += sun8iw6-mcpm.o
|
|
|
|
ifdef CONFIG_SUNXI_GIC_ACCESS_SS
|
|
|
|
obj-y += sun8iw6-gic.o
|
|
|
|
endif
|
|
|
|
else
|
|
|
|
ifneq ($(CONFIG_ARM_PSCI), y)
|
2018-12-13 10:48:25 +00:00
|
|
|
ifeq ($(CONFIG_ARCH_SUN8IW17),y)
|
|
|
|
obj-y += sun8iw17-mcpm.o
|
|
|
|
obj-y += sun8i-cci.o
|
|
|
|
obj-y += sun8iw17-setup.o
|
|
|
|
else
|
2018-07-13 01:31:50 +00:00
|
|
|
obj-$(CONFIG_SMP) += headsmp.o platsmp.o
|
|
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
2018-12-13 10:48:25 +00:00
|
|
|
|
|
|
|
endif
|
|
|
|
|
2018-07-13 01:31:50 +00:00
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|