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.37-rc3 14 lines 171 B view raw
1 2obj-$(CONFIG_WIMAX) += wimax.o 3 4wimax-y := \ 5 id-table.o \ 6 op-msg.o \ 7 op-reset.o \ 8 op-rfkill.o \ 9 op-state-get.o \ 10 stack.o 11 12wimax-$(CONFIG_DEBUG_FS) += debugfs.o 13 14