Commit 9f64ae7f authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Fix drivers/scsi/aacraid/Makefile

(by Sam Ravnborg)
parent 71b7918a
# Adaptec aacraid
obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi
aacraid-objs := linit.o aachba.o commctrl.o comminit.o commsup.o \
dpcsup.o rx.o sa.o
O_TARGET := aacraid.o
obj-m := $(O_TARGET)
obj-y := linit.o aachba.o commctrl.o comminit.o commsup.o \
dpcsup.o rx.o sa.o
EXTRA_CFLAGS += -Idrivers/scsi
include $(TOPDIR)/Rules.make
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment