You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
169 B
9 lines
169 B
16 years ago
|
#
|
||
|
# 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
|