X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fof%2FMakefile;h=548772e871fd8e52a1ed66156fc0c129e84660af;hb=908cf4b925e419bc74f3297b2f0e51d6f8a81da2;hp=ab9be5d5255b39a88aec66404ef265a255da2c60;hpb=2fe83b3ad12d43799af5f3156886eca443a88bac;p=linux-2.6 diff --git a/drivers/of/Makefile b/drivers/of/Makefile index ab9be5d525..548772e871 100644 --- a/drivers/of/Makefile +++ b/drivers/of/Makefile @@ -1,2 +1,4 @@ obj-y = base.o obj-$(CONFIG_OF_DEVICE) += device.o platform.o +obj-$(CONFIG_OF_GPIO) += gpio.o +obj-$(CONFIG_OF_I2C) += of_i2c.o