Makefile (f43dc23d5ea91fca257be02138a255f02d98e806) | Makefile (49a367937fe4250144e24440e5a11ae4344202b1) |
---|---|
1# generic gpio support: dedicated expander chips, etc 2# 3# NOTE: platform-specific GPIO drivers don't belong in the 4# drivers/gpio directory; put them with other platform setup 5# code, IRQ controllers, board init, etc. 6 7ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG 8 --- 27 unchanged lines hidden (view full) --- 36obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o 37obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o 38obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o 39obj-$(CONFIG_GPIO_SCH) += sch_gpio.o 40obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o 41obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o 42obj-$(CONFIG_GPIO_SX150X) += sx150x.o 43obj-$(CONFIG_GPIO_VX855) += vx855_gpio.o | 1# generic gpio support: dedicated expander chips, etc 2# 3# NOTE: platform-specific GPIO drivers don't belong in the 4# drivers/gpio directory; put them with other platform setup 5# code, IRQ controllers, board init, etc. 6 7ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG 8 --- 27 unchanged lines hidden (view full) --- 36obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o 37obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o 38obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o 39obj-$(CONFIG_GPIO_SCH) += sch_gpio.o 40obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o 41obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o 42obj-$(CONFIG_GPIO_SX150X) += sx150x.o 43obj-$(CONFIG_GPIO_VX855) += vx855_gpio.o |
44obj-$(CONFIG_GPIO_ML_IOH) += ml_ioh_gpio.o |
|