X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fof%2FMakefile;h=4c3c6f8e36f51577281f881f6edf464834847111;hb=f934fb19ef34730263e6afc01e8ec27a8a71470f;hp=548772e871fd8e52a1ed66156fc0c129e84660af;hpb=ccc751841567816532874afcaeb449dbf6ca7d3a;p=linux-2.6 diff --git a/drivers/of/Makefile b/drivers/of/Makefile index 548772e871..4c3c6f8e36 100644 --- a/drivers/of/Makefile +++ b/drivers/of/Makefile @@ -2,3 +2,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 +obj-$(CONFIG_OF_SPI) += of_spi.o