summaryrefslogtreecommitdiff
path: root/arch/arm/mach-npcm/Makefile
diff options
context:
space:
mode:
authorTomer Maimon <tmaimon77@gmail.com>2018-03-16 01:10:11 +0200
committerArnd Bergmann <arnd@arndb.de>2018-04-05 14:49:08 +0200
commitcd903711fd9dce808b5cc07e509135886d962b0c (patch)
treee5a224998bbfda3b97b1dd5807dd28f48527a1b6 /arch/arm/mach-npcm/Makefile
parent04a2c2efbfefa492eb7e00187dc8848924230dca (diff)
arm: npcm: modify configuration for the NPCM7xx BMC.
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>
Diffstat (limited to 'arch/arm/mach-npcm/Makefile')
-rw-r--r--arch/arm/mach-npcm/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-npcm/Makefile b/arch/arm/mach-npcm/Makefile
index c7a1316d27c1..f5f67201419f 100644
--- a/arch/arm/mach-npcm/Makefile
+++ b/arch/arm/mach-npcm/Makefile
@@ -1,3 +1,4 @@
AFLAGS_headsmp.o += -march=armv7-a
-obj-$(CONFIG_ARCH_NPCM750) += npcm7xx.o platsmp.o headsmp.o
+obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o
+obj-$(CONFIG_SMP) += platsmp.o headsmp.o