diff options
author | Qin Jian <qinjian@cqplus1.com> | 2022-06-28 08:26:49 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2022-07-08 14:24:14 +0200 |
commit | 0aa94eea8d955c82014e5368a843da93f1dc58f8 (patch) | |
tree | b43dc1c51d5f827d41b2bcb4869d7319924410d4 /arch/arm/mach-sunplus/Makefile | |
parent | irqchip: Add Sunplus SP7021 interrupt controller driver (diff) | |
download | linux-0aa94eea8d955c82014e5368a843da93f1dc58f8.tar.xz linux-0aa94eea8d955c82014e5368a843da93f1dc58f8.zip |
ARM: sunplus: Add initial support for Sunplus SP7021 SoC
This patch aims to add an initial support for Sunplus SP7021 SoC.
Signed-off-by: Qin Jian <qinjian@cqplus1.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-sunplus/Makefile')
-rw-r--r-- | arch/arm/mach-sunplus/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/mach-sunplus/Makefile b/arch/arm/mach-sunplus/Makefile new file mode 100644 index 000000000000..d211de6af2db --- /dev/null +++ b/arch/arm/mach-sunplus/Makefile @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0 +# +# Makefile for the linux kernel. +# + +# Object file lists. + +obj-$(CONFIG_SOC_SP7021) += sp7021.o |