mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 20:53:53 +08:00
6 lines
134 B
Makefile
6 lines
134 B
Makefile
|
qla4xxx-y := ql4_os.o ql4_init.o ql4_mbx.o ql4_iocb.o ql4_isr.o \
|
||
|
ql4_nvram.o ql4_dbg.o
|
||
|
|
||
|
obj-$(CONFIG_SCSI_QLA_ISCSI) += qla4xxx.o
|
||
|
|