mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
9 lines
169 B
Makefile
9 lines
169 B
Makefile
|
#
|
||
|
# Makefile to build the iSCSI driver for ServerEngine's BladeEngine.
|
||
|
#
|
||
|
#
|
||
|
|
||
|
obj-$(CONFIG_BE2ISCSI) += be2iscsi.o
|
||
|
|
||
|
be2iscsi-y := be_iscsi.o be_main.o be_mgmt.o be_cmds.o
|