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
|