mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-22 18:44:44 +08:00
5 lines
192 B
Makefile
5 lines
192 B
Makefile
|
# Makefile for the NCR/SYMBIOS/LSI 53C8XX PCI SCSI controllers driver.
|
||
|
|
||
|
sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
|
||
|
obj-$(CONFIG_SCSI_SYM53C8XX_2) := sym53c8xx.o
|