c05564c4d8
Android 13
9 lines
160 B
Makefile
Executable file
9 lines
160 B
Makefile
Executable file
#
|
|
# 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
|