diff options
author | Denis Turischev <denis@compulab.co.il> | 2010-03-02 10:48:55 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 22:17:37 +0100 |
commit | be9b06b2d80fe661491138c6993f944babb26260 (patch) | |
tree | ea037fa781ccfbec3a43715ea6362bba38fa44a1 /drivers/gpio/Makefile | |
parent | fd46a0064af171c90664e5b7165c0c9f94478a87 (diff) | |
download | linux-be9b06b2d80fe661491138c6993f944babb26260.tar.bz2 |
gpio: add Intel SCH GPIO controller driver
Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 594bb70f65af..10f3f8d958b1 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -27,3 +27,4 @@ obj-$(CONFIG_GPIO_VR41XX) += vr41xx_giu.o obj-$(CONFIG_GPIO_WM831X) += wm831x-gpio.o obj-$(CONFIG_GPIO_WM8350) += wm8350-gpiolib.o obj-$(CONFIG_GPIO_WM8994) += wm8994-gpio.o +obj-$(CONFIG_GPIO_SCH) += sch_gpio.o
\ No newline at end of file |