summaryrefslogtreecommitdiff
path: root/drivers/sh/pfc/Makefile
blob: 6315cf35b34d4ab4889a36daa91dcda5791a5193 (plain)
1
2
3
4
5
sh-pfc-objs			= core.o pinctrl.o
ifeq ($(CONFIG_GPIO_SH_PFC),y)
sh-pfc-objs			+= gpio.o
endif
obj-y				+= sh-pfc.o