X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2FMakefile;h=fdde9923cf332e67fbab712cf110ddabdc7beebe;hb=1a781a777b2f6ac46523fe92396215762ced624d;hp=470ecd6aa778ee3c132fff431e513df80ef4c3a1;hpb=9e60fdcf0c2905d7a8fc4cb2b3711ea5c5acaae1;p=linux-2.6 diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 470ecd6aa7..fdde9923cf 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -5,5 +5,5 @@ ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG obj-$(CONFIG_HAVE_GPIO_LIB) += gpiolib.o obj-$(CONFIG_GPIO_MCP23S08) += mcp23s08.o -obj-$(CONFIG_GPIO_PCA9539) += pca9539.o +obj-$(CONFIG_GPIO_PCA953X) += pca953x.o obj-$(CONFIG_GPIO_PCF857X) += pcf857x.o