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