https://github.com/torvalds/linux
Raw File
Tip revision: 256abd8e550ce977b728be79a74e1729438b4948 authored by Linus Torvalds on 07 July 2024, 21:23:46 UTC
Linux 6.10-rc7
Tip revision: 256abd8
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile to build the iSCSI driver for Emulex OneConnect.
#
#

obj-$(CONFIG_BE2ISCSI) += be2iscsi.o

be2iscsi-y := be_iscsi.o be_main.o be_mgmt.o be_cmds.o
back to top