7 lines
174 B
Makefile
Executable File
7 lines
174 B
Makefile
Executable File
# 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
|