diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2021-04-06 14:09:16 +0200 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2021-04-09 14:11:22 +0930 |
commit | ece3fe93e8f4d0c9322b8ca24a250ea9292052fb (patch) | |
tree | 551174adccaf7d8f244798a7144ad83851e33566 /arch/arm/mach-npcm/Makefile | |
parent | 9b39efacd6c13239a58952f4e5c43c68beff9a66 (diff) |
ARM: npcm: Introduce Nuvoton WPCM450 SoC
The WPCM450 is an older BMC SoC in the Nuvoton NPCM family, originally
marketed as Winbond WPCM450.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Link: https://lore.kernel.org/r/20210406120921.2484986-6-j.neuschaefer@gmx.net
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/mach-npcm/Makefile')
-rw-r--r-- | arch/arm/mach-npcm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-npcm/Makefile b/arch/arm/mach-npcm/Makefile index 1bc3a70bfab8..8d61fcd42fb1 100644 --- a/arch/arm/mach-npcm/Makefile +++ b/arch/arm/mach-npcm/Makefile @@ -1,5 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only AFLAGS_headsmp.o += -march=armv7-a +obj-$(CONFIG_ARCH_WPCM450) += wpcm450.o obj-$(CONFIG_ARCH_NPCM7XX) += npcm7xx.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o |