Stephen Rothwell | 97e873e | 2007-05-01 16:26:07 +1000 | [diff] [blame] | 1 | obj-y = base.o |
Stephen Rothwell | 3f23de1 | 2007-05-03 02:38:57 +1000 | [diff] [blame] | 2 | obj-$(CONFIG_OF_DEVICE) += device.o platform.o |
Anton Vorontsov | 863fbf4 | 2008-04-11 23:06:45 +1000 | [diff] [blame] | 3 | obj-$(CONFIG_OF_GPIO) += gpio.o |
Jochen Friedrich | 585468e | 2008-04-19 00:23:03 +1000 | [diff] [blame] | 4 | obj-$(CONFIG_OF_I2C) += of_i2c.o |
Grant Likely | 284b018 | 2008-05-16 11:37:09 -0600 | [diff] [blame] | 5 | obj-$(CONFIG_OF_SPI) += of_spi.o |
Grant Likely | 8bc487d | 2009-04-25 12:52:56 +0000 | [diff] [blame] | 6 | obj-$(CONFIG_OF_MDIO) += of_mdio.o |