linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] aacraid Makefile error in 2.5.41
@ 2002-10-07 22:34 Mark Haverkamp
  0 siblings, 0 replies; only message in thread
From: Mark Haverkamp @ 2002-10-07 22:34 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

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.

--- base_linux-2.5/drivers/scsi/aacraid/Makefile	Mon Oct  7 13:03:15 2002
+++ linux-2.5/drivers/scsi/aacraid/Makefile	Mon Oct  7 14:30:03 2002
@@ -1,10 +1,9 @@
 
 EXTRA_CFLAGS	+= -I$(TOPDIR)/drivers/scsi
 
-O_TARGET	:= aacraid.o
-obj-m		:= $(O_TARGET)
+obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
 
-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
 
 include $(TOPDIR)/Rules.make


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-10-07 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-07 22:34 [PATCH] aacraid Makefile error in 2.5.41 Mark Haverkamp

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).