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 v6.17 10 lines 274 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the S/390 specific device drivers 4# 5 6zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_dbf.o zfcp_erp.o \ 7 zfcp_fc.o zfcp_fsf.o zfcp_qdio.o zfcp_scsi.o zfcp_sysfs.o \ 8 zfcp_unit.o zfcp_diag.o 9 10obj-$(CONFIG_ZFCP) += zfcp.o