Makefile 204 Bytes
Newer Older
Alan Cox's avatar
Alan Cox committed
1

2
EXTRA_CFLAGS	+= -I$(TOPDIR)/drivers/scsi
Alan Cox's avatar
Alan Cox committed
3

4 5 6 7 8

O_TARGET	:= aacraid.o
obj-m		:= $(O_TARGET)

obj-y		:= linit.o aachba.o commctrl.o comminit.o commsup.o \
Alan Cox's avatar
Alan Cox committed
9 10
		   dpcsup.o rx.o sa.o

11
include $(TOPDIR)/Rules.make