diff options
author | Tomer Maimon <tmaimon77@gmail.com> | 2018-03-16 02:10:11 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2018-04-05 15:49:08 +0300 |
commit | cd903711fd9dce808b5cc07e509135886d962b0c (patch) | |
tree | e5a224998bbfda3b97b1dd5807dd28f48527a1b6 /arch/arm/mach-npcm/Makefile | |
parent | 04a2c2efbfefa492eb7e00187dc8848924230dca (diff) | |
download | linux-cd903711fd9dce808b5cc07e509135886d962b0c.tar.xz |
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/Makefile | 3 |
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 |