Commit 444eb713 authored by Mark Haverkamp's avatar Mark Haverkamp Committed by Linus Torvalds

[PATCH] aacraid Makefile error in 2.5.41

I tried building the aacraid driver in 2.5.41 and got an error
saying that O_TARGET usage was obsolete.  The following change
to the Makefile allows me to build.
parent d04c0b53
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi
O_TARGET := aacraid.o obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
obj-m := $(O_TARGET)
obj-y := linit.o aachba.o commctrl.o comminit.o commsup.o \ aacraid-objs := linit.o aachba.o commctrl.o comminit.o commsup.o \
dpcsup.o rx.o sa.o dpcsup.o rx.o sa.o
include $(TOPDIR)/Rules.make 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