linux/drivers/sh/pfc/Makefile

6 lines
115 B
Makefile
Raw Normal View History

sh-pfc-objs = core.o pinctrl.o
ifeq ($(CONFIG_GPIO_SH_PFC),y)
sh-pfc-objs += gpio.o
endif
obj-y += sh-pfc.o