mirror of https://gitee.com/openkylin/linux.git
6 lines
135 B
Makefile
6 lines
135 B
Makefile
|
sh-pfc-objs = core.o pinctrl.o
|
||
|
ifeq ($(CONFIG_GPIO_SH_PFC),y)
|
||
|
sh-pfc-objs += gpio.o
|
||
|
endif
|
||
|
obj-$(CONFIG_PINCTRL_SH_PFC) += sh-pfc.o
|