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

Configure Feed

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

at v3.1 12 lines 408 B view raw
1obj-$(CONFIG_44x) += misc_44x.o 2ifneq ($(CONFIG_PPC4xx_CPM),y) 3obj-$(CONFIG_44x) += idle.o 4endif 5obj-$(CONFIG_PPC44x_SIMPLE) += ppc44x_simple.o 6obj-$(CONFIG_EBONY) += ebony.o 7obj-$(CONFIG_SAM440EP) += sam440ep.o 8obj-$(CONFIG_WARP) += warp.o 9obj-$(CONFIG_XILINX_VIRTEX_5_FXT) += virtex.o 10obj-$(CONFIG_XILINX_ML510) += virtex_ml510.o 11obj-$(CONFIG_ISS4xx) += iss4xx.o 12obj-$(CONFIG_CANYONLANDS)+= canyonlands.o