diff options
author | Steve French <sfrench@us.ibm.com> | 2008-02-06 11:04:00 -0500 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-02-06 11:04:00 -0500 |
commit | f315ccb3e679f271583f2a4f463ad9b65665b751 (patch) | |
tree | 44eb52102587d7b0bb592464cef6ec04bcac8b90 /drivers/gpio/Makefile | |
parent | ead03e30b050d6dda769e7e9b071c5fa720bf8d2 (diff) | |
parent | 551e4fb2465b87de9d4aa1669b27d624435443bb (diff) |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/gpio/Makefile')
-rw-r--r-- | drivers/gpio/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile new file mode 100644 index 000000000000..470ecd6aa778 --- /dev/null +++ b/drivers/gpio/Makefile | |||
@@ -0,0 +1,9 @@ | |||
1 | # gpio support: dedicated expander chips, etc | ||
2 | |||
3 | ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG | ||
4 | |||
5 | obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o | ||
6 | |||
7 | obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o | ||
8 | obj-$(CONFIG_GPIO_PCA9539) += pca9539.o | ||
9 | obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o | ||