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