mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 01:34:00 +08:00
d6bd05794f
Move SMP setup to platsmp.c for consistency with other platforms. Signed-off-by: Marc Gonzalez <marc_gonzalez@sigmadesigns.com> Signed-off-by: Olof Johansson <olof@lixom.net>
6 lines
155 B
Makefile
6 lines
155 B
Makefile
plus_sec := $(call as-instr,.arch_extension sec,+sec)
|
|
AFLAGS_smc.o := -Wa,-march=armv7-a$(plus_sec)
|
|
|
|
obj-y += setup.o smc.o
|
|
obj-$(CONFIG_SMP) += platsmp.o
|