X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2FMakefile;h=fdde9923cf332e67fbab712cf110ddabdc7beebe;hb=4f02f8220562591322c118d07a32bebf705318b7;hp=b469ab24fb115a09ddf477fb3b812e0b00ae0d91;hpb=15fae37d9f5f21571a9618d8353164b6ddfea6f6;p=linux-2.6 diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index b469ab24fb..fdde9923cf 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -4,4 +4,6 @@ ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o +obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o +obj-$(CONFIG_GPIO_PCA953X) += pca953x.o obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o