Blame view

drivers/of/Makefile 405 Bytes
97e873e5c   Stephen Rothwell   Start split out o...
1
  obj-y = base.o
e169cfbef   Grant Likely   of/flattree: merg...
2
  obj-$(CONFIG_OF_FLATTREE) += fdt.o
3cfc535c5   Andres Salomon   of/promtree: make...
3
  obj-$(CONFIG_OF_PROMTREE) += pdt.o
6b884a8d5   Grant Likely   of/address: merge...
4
  obj-$(CONFIG_OF_ADDRESS)  += address.o
e38734449   Grant Likely   of/irq: Move irq_...
5
  obj-$(CONFIG_OF_IRQ)    += irq.o
3f23de10f   Stephen Rothwell   Create drivers/of...
6
  obj-$(CONFIG_OF_DEVICE) += device.o platform.o
863fbf496   Anton Vorontsov   [POWERPC] OF help...
7
  obj-$(CONFIG_OF_GPIO)   += gpio.o
585468e5d   Jochen Friedrich   [POWERPC] i2c: Fi...
8
  obj-$(CONFIG_OF_I2C)	+= of_i2c.o
4b6ba8aac   David Daney   of/net: Move of_g...
9
  obj-$(CONFIG_OF_NET)	+= of_net.o
284b01897   Grant Likely   spi: Add OF bindi...
10
  obj-$(CONFIG_OF_SPI)	+= of_spi.o
8bc487d15   Grant Likely   openfirmware: Add...
11
  obj-$(CONFIG_OF_MDIO)	+= of_mdio.o
04bea68b2   Sebastian Andrzej Siewior   of/pci: move of_i...
12
  obj-$(CONFIG_OF_PCI)	+= of_pci.o