Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.34-rc6 7 lines 232 B view raw
1obj-y = base.o 2obj-$(CONFIG_OF_FLATTREE) += fdt.o 3obj-$(CONFIG_OF_DEVICE) += device.o platform.o 4obj-$(CONFIG_OF_GPIO) += gpio.o 5obj-$(CONFIG_OF_I2C) += of_i2c.o 6obj-$(CONFIG_OF_SPI) += of_spi.o 7obj-$(CONFIG_OF_MDIO) += of_mdio.o