7 lines
135 B
Makefile
7 lines
135 B
Makefile
obj-$(CONFIG_ARCH_SUNXI) += sunxi.o
|
|
|
|
ifeq ($(CONFIG_SMP), y)
|
|
obj-y += headsmp.o platsmp.o
|
|
obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
|
|
endif
|