8 lines
136 B
Makefile
8 lines
136 B
Makefile
#
|
|
# Makefile for the 3SNIC sssraid drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SCSI_3SNIC_SSSRAID) += sssraid.o
|
|
|
|
sssraid-objs := sssraid_os.o sssraid_fw.o
|