Makefile (11e4afb49b7fa1fc8e1ffd850c1806dd86a08204) | Makefile (c34f16b70a52e348a62944fe0d5c7c1eb9ad5b72) |
---|---|
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 --- 21 unchanged lines hidden (view full) --- 30obj-$(CONFIG_GPIO_IT8761E) += it8761e_gpio.o 31obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o 32obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o 33obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o 34obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o 35obj-$(CONFIG_GPIO_SCH) += sch_gpio.o 36obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o 37obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.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 --- 21 unchanged lines hidden (view full) --- 30obj-$(CONFIG_GPIO_IT8761E) += it8761e_gpio.o 31obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o 32obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o 33obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o 34obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o 35obj-$(CONFIG_GPIO_SCH) += sch_gpio.o 36obj-$(CONFIG_GPIO_RDC321X) += rdc321x-gpio.o 37obj-$(CONFIG_GPIO_JANZ_TTL) += janz-ttl.o |
38obj-$(CONFIG_GPIO_SX150X) += sx150x.o |
|