mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2025-01-20 04:44:26 +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
|