linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Massimo Dal Zotto <dz@cs.unitn.it>
To: alan@redhat.com
Cc: linux-kernel@vger.kernel.org, tmm@image.dk
Subject: [PATCH] move aic7xxx ld in drivers/scsi/Makefile
Date: Wed, 16 May 2001 14:05:16 +0200 (MEST)	[thread overview]
Message-ID: <200105161205.OAA13638@nikita.dz.net> (raw)

Hi,

while examining the makefiles of kernel-2.4.4 I noticed that the top Makefile
contains a specific reference to the aic7xxx driver which should IMHO be
referenced only by the drivers/scsi/Makefile.
While this is not a real bug I suggest anyway the following patch which moves
the aic7xxx compilation entirely in the drivers/scsi makefile:

--- Makefile.orig	Sat May  5 11:58:47 2001
+++ Makefile	Wed May 16 09:39:37 2001
@@ -155,7 +155,6 @@
 DRIVERS-$(CONFIG_ATM) += drivers/atm/atm.o
 DRIVERS-$(CONFIG_IDE) += drivers/ide/idedriver.o
 DRIVERS-$(CONFIG_SCSI) += drivers/scsi/scsidrv.o
-DRIVERS-$(CONFIG_SCSI_AIC7XXX) += drivers/scsi/aic7xxx/aic7xxx_drv.o
 DRIVERS-$(CONFIG_IEEE1394) += drivers/ieee1394/ieee1394drv.o
 
 ifneq ($(CONFIG_CD_NO_IDESCSI)$(CONFIG_BLK_DEV_IDECD)$(CONFIG_BLK_DEV_SR)$(CONFIG_PARIDE_PCD),)
--- drivers/scsi/Makefile.orig	Tue Mar 27 01:36:30 2001
+++ drivers/scsi/Makefile	Wed May 16 13:30:47 2001
@@ -33,6 +33,10 @@
 
 obj-$(CONFIG_SCSI)		+= scsi_mod.o
 
+ifeq ($(CONFIG_SCSI_AIC7XXX),y)
+  obj-$(CONFIG_SCSI_AIC7XXX)	+= aic7xxx/aic7xxx_mod.o
+endif
+
 obj-$(CONFIG_A4000T_SCSI)	+= amiga7xx.o	53c7xx.o
 obj-$(CONFIG_A4091_SCSI)	+= amiga7xx.o	53c7xx.o
 obj-$(CONFIG_BLZ603EPLUS_SCSI)	+= amiga7xx.o	53c7xx.o
@@ -184,3 +188,6 @@
 sim710_u.h: sim710_d.h
 
 sim710.o : sim710_d.h
+
+aic7xxx/aic7xxx_mod.o:
+	make -C aic7xxx


-- 
Massimo Dal Zotto

+----------------------------------------------------------------------+
|  Massimo Dal Zotto               email: dz@cs.unitn.it               |
|  Via Marconi, 141                phone: ++39-0461534251              |
|  38057 Pergine Valsugana (TN)      www: http://www.cs.unitn.it/~dz/  |
|  Italy                             pgp: see my www home page         |
+----------------------------------------------------------------------+

             reply	other threads:[~2001-05-16 17:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-05-16 12:05 Massimo Dal Zotto [this message]
2001-05-16 18:12 ` [PATCH] move aic7xxx ld in drivers/scsi/Makefile Justin T. Gibbs

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200105161205.OAA13638@nikita.dz.net \
    --to=dz@cs.unitn.it \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tmm@image.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).