mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-01 18:24:23 +08:00
7 lines
192 B
Makefile
7 lines
192 B
Makefile
|
# File: drivers/arcmsr/Makefile
|
||
|
# Makefile for the ARECA PCI-X PCI-EXPRESS SATA RAID controllers SCSI driver.
|
||
|
|
||
|
arcmsr-objs := arcmsr_attr.o arcmsr_hba.o
|
||
|
|
||
|
obj-$(CONFIG_SCSI_ARCMSR) := arcmsr.o
|