X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fof%2FMakefile;h=548772e871fd8e52a1ed66156fc0c129e84660af;hb=d7b6de14a0ef8a376f9d57b867545b47302b7bfb;hp=ab9be5d5255b39a88aec66404ef265a255da2c60;hpb=f79e3185dd0f8650022518d7624c876d8929061b;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