mirror of
https://github.com/torvalds/linux.git
synced 2024-12-15 07:33:56 +00: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
|