https://github.com/torvalds/linux
Raw File
Tip revision: 22a40d14b572deb80c0648557f4bd502d7e83826 authored by Linus Torvalds on 30 June 2024, 21:40:44 UTC
Linux 6.10-rc6
Tip revision: 22a40d1
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