mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-19 11:57:44 +07:00
cd903711fd
Modify configuration and MakeFile for the Nuvoton NPCM and NPCM7xx BMC. [arnd: took this one late, since it fixes some build problems with the original commit] Signed-off-by: Tomer Maimon <tmaimon77@gmail.com> Reviewed-by: Brendan Higgins <brendanhiggins@google.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
5 lines
119 B
Makefile
5 lines
119 B
Makefile
AFLAGS_headsmp.o += -march=armv7-a
|
|
|
|
obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o
|
|
obj-$(CONFIG_SMP) += platsmp.o headsmp.o
|