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 master 9 lines 289 B view raw
1# SPDX-License-Identifier: GPL-2.0 2obj-$(CONFIG_SCSI_ISCI) += isci.o 3isci-objs := init.o phy.o request.o \ 4 remote_device.o port.o \ 5 host.o task.o probe_roms.o \ 6 remote_node_context.o \ 7 remote_node_table.o \ 8 unsolicited_frame_control.o \ 9 port_config.o \