zephyr/drivers/gpio/Makefile

6 lines
157 B
Makefile

ccflags-y +=-I$(srctree)/drivers
obj-$(CONFIG_GPIO_DW) += gpio-dw.o
obj-$(CONFIG_GPIO_PCAL9535A) += gpio-pcal9535a.o
obj-$(CONFIG_GPIO_MMIO) += gpio-mmio.o