8 lines
114 B
Makefile
8 lines
114 B
Makefile
#
|
|
# Makefile for the hisi_raid drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_SCSI_HISI_RAID) += hiraid.o
|
|
|
|
hiraid-objs := hiraid_main.o
|