Makefile 182 Bytes
Newer Older
1 2
# Adaptec aacraid
 
3
obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
Alan Cox's avatar
Alan Cox committed
4

5
aacraid-objs	:= linit.o aachba.o commctrl.o comminit.o commsup.o \
Alan Cox's avatar
Alan Cox committed
6 7 8
		   dpcsup.o rx.o sa.o

include $(TOPDIR)/Rules.make