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.5-rc2 6 lines 202 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2obj-$(CONFIG_QEDI) := qedi.o 3qedi-y := qedi_main.o qedi_iscsi.o qedi_fw.o qedi_sysfs.o \ 4 qedi_dbg.o qedi_fw_api.o 5 6qedi-$(CONFIG_DEBUG_FS) += qedi_debugfs.o