diff options
Diffstat (limited to 'drivers/scsi/be2iscsi/Makefile')
-rw-r--r-- | drivers/scsi/be2iscsi/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/scsi/be2iscsi/Makefile b/drivers/scsi/be2iscsi/Makefile new file mode 100644 index 000000000..910885343 --- /dev/null +++ b/drivers/scsi/be2iscsi/Makefile @@ -0,0 +1,9 @@ +# 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 |