* [patch] 2.4.19-pre6 standardize aacraid/Makefile
@ 2002-04-06 10:23 Keith Owens
0 siblings, 0 replies; only message in thread
From: Keith Owens @ 2002-04-06 10:23 UTC (permalink / raw)
To: Marcelo Tosatti; +Cc: linux-kernel
Standardize the makefile for aacraid to use common kbuild 2.4 rules.
Index: 19-pre6.1/drivers/scsi/aacraid/Makefile
--- 19-pre6.1/drivers/scsi/aacraid/Makefile Mon, 10 Dec 2001 10:51:02 +1100 kaos (linux-2.4/O/f/4_Makefile 1.1 644)
+++ 19-pre6.1(w)/drivers/scsi/aacraid/Makefile Sat, 06 Apr 2002 18:24:46 +1000 kaos (linux-2.4/O/f/4_Makefile 1.1 644)
@@ -1,16 +1,10 @@
EXTRA_CFLAGS += -I$(TOPDIR)/drivers/scsi
+O_TARGET := aacraid.o
+obj-m := $(O_TARGET)
-O_TARGET := dummy.o
-
-list-multi := aacraid.o
-aacraid-objs := linit.o aachba.o commctrl.o comminit.o commsup.o \
+obj-y := linit.o aachba.o commctrl.o comminit.o commsup.o \
dpcsup.o rx.o sap1sup.o
-obj-$(CONFIG_SCSI_AACRAID) += aacraid.o
-
include $(TOPDIR)/Rules.make
-
-aacraid.o: $(aacraid-objs)
- $(LD) -r -o $@ $(aacraid-objs)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-06 10:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-06 10:23 [patch] 2.4.19-pre6 standardize aacraid/Makefile Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®