5 lines
167 B
Makefile
5 lines
167 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
ccflags-y += -I.
|
|
obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o
|
|
smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o
|