mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:24:05 +08:00
aa74c44be1
Add driver for Sunplus SP7021 SoC. Signed-off-by: Wells Lu <wellslutw@gmail.com> Link: https://lore.kernel.org/r/1642344734-27229-3-git-send-email-wellslutw@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
7 lines
174 B
Makefile
7 lines
174 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Sunplus Pin control drivers.
|
|
#
|
|
obj-$(CONFIG_PINCTRL_SPPCTL) += sppinctrl.o
|
|
sppinctrl-objs := sppctl.o sppctl_sp7021.o
|