Based off b80915eb99
and compacted into a single commit so that it will fit on the uni git server
10 lines
200 B
Makefile
10 lines
200 B
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
|