X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2FMakefile;h=fdde9923cf332e67fbab712cf110ddabdc7beebe;hb=4f02f8220562591322c118d07a32bebf705318b7;hp=a1fd877ac5272b730be7580f1883caa3f8f48dc4;hpb=e58b9e2762a6ef99e20dba47aba21b911658541d;p=linux-2.6 diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index a1fd877ac5..fdde9923cf 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -5,4 +5,5 @@ 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