mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-28 20:37:27 +00: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
|