4de3abb348
This patch adds support for SMP to mach-virt using the PSCI infrastructure. Acked-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Nicolas Pitre <nico@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>
7 lines
91 B
Makefile
7 lines
91 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
obj-y := virt.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|