9 lines
189 B
Makefile
9 lines
189 B
Makefile
|
# Adaptec aacraid
|
||
|
|
||
|
obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
|
||
|
|
||
|
aacraid-objs := linit.o aachba.o commctrl.o comminit.o commsup.o \
|
||
|
dpcsup.o rx.o sa.o rkt.o
|
||
|
|
||
|
EXTRA_CFLAGS := -Idrivers/scsi
|