mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 16:56:23 +00:00
Such controller is found in legacy bridge on Intel's platforms. Such as Poulsbo or Quark x1000. Change-Id: I30f205f1e73aaa680092e92717fdacbb74046fa3 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
8 lines
240 B
Makefile
8 lines
240 B
Makefile
ccflags-y +=-I$(srctree)/drivers
|
|
|
|
obj-$(CONFIG_GPIO) += gpio_static_irq_stubs.o
|
|
obj-$(CONFIG_GPIO_DW) += gpio_dw.o
|
|
obj-$(CONFIG_GPIO_PCAL9535A) += gpio_pcal9535a.o
|
|
obj-$(CONFIG_GPIO_MMIO) += gpio_mmio.o
|
|
obj-$(CONFIG_GPIO_SCH) += gpio_sch.o
|