mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-31 23:27:20 +00:00
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
|