X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fgpio%2FMakefile;h=fdde9923cf332e67fbab712cf110ddabdc7beebe;hb=dddec01eb8e2b56267b37a6f9f0997a64b4e0b2a;hp=369e4fc432e362ed6440c7cc52194bf64b69b281;hpb=a9c5fff542544c8595bb12efeb278a96d99386fc;p=linux-2.6 diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 369e4fc432..fdde9923cf 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -2,3 +2,8 @@ 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