diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-09-23 12:47:14 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-23 12:47:14 +0200 |
commit | 7af2755d7883105eaf1cc17a4d289ce85c2a954e (patch) | |
tree | a6e06976d4068f9dbcad413bbe54a3ae90c39290 /drivers/gpio/Makefile | |
parent | 1dc94272117e35c1618516ffe5b129a7663c1d03 (diff) | |
parent | e34ca9de0b3575fc7e94b1f520169fc7024c6dd2 (diff) |
Merge branch 'iop-cleanup' into devel
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index aaf1adab40d4..5c353df1de25 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -29,6 +29,7 @@ obj-$(CONFIG_GPIO_F7188X) += gpio-f7188x.o obj-$(CONFIG_GPIO_GE_FPGA) += gpio-ge.o obj-$(CONFIG_GPIO_GRGPIO) += gpio-grgpio.o obj-$(CONFIG_GPIO_ICH) += gpio-ich.o +obj-$(CONFIG_GPIO_IOP) += gpio-iop.o obj-$(CONFIG_GPIO_IT8761E) += gpio-it8761e.o obj-$(CONFIG_GPIO_JANZ_TTL) += gpio-janz-ttl.o obj-$(CONFIG_GPIO_KEMPLD) += gpio-kempld.o |