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