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.
10 lines
258 B
10 lines
258 B
20 years ago
|
#
|
||
|
# Makefile for the S/390 specific device drivers
|
||
|
#
|
||
|
|
||
|
zfcp-objs := zfcp_aux.o zfcp_ccw.o zfcp_scsi.o zfcp_erp.o zfcp_qdio.o \
|
||
|
zfcp_fsf.o zfcp_sysfs_adapter.o zfcp_sysfs_port.o \
|
||
|
zfcp_sysfs_unit.o zfcp_sysfs_driver.o
|
||
|
|
||
|
obj-$(CONFIG_ZFCP) += zfcp.o
|