mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
To: "Justin T. Gibbs" <gibbs@scsiguy.com>, linux-kernel@vger.kernel.org
Subject: AIC7xxx driver build failure
Date: Sat, 19 Oct 2002 20:03:36 -0700	[thread overview]
Message-ID: <15794.7432.776941.185124@milikk.co.intel.com> (raw)


The AIC 7xxx driver fails to build because the Makefile fails to
specify the correct include path to aicasm.

Justin, are you getting this?

This patch is against 2.5.44.


diff -u drivers/scsi/aic7xxx/Makefile:1.1.1.2 drivers/scsi/aic7xxx/Makefile:1.1.1.1.4.2
--- drivers/scsi/aic7xxx/Makefile:1.1.1.2	Fri Oct 18 22:54:44 2002
+++ drivers/scsi/aic7xxx/Makefile	Sat Oct 19 18:42:32 2002
@@ -39,7 +39,7 @@
 
 $(obj)/aic7xxx_seq.h: $(src)/aic7xxx.seq $(src)/aic7xxx.reg \
 		      $(obj)/aicasm/aicasm
-	$(obj)/aicasm/aicasm -I. -r $(obj)/aic7xxx_reg.h \
+	$(obj)/aicasm/aicasm -I$(obj) -r $(obj)/aic7xxx_reg.h \
 				 -o $(obj)/aic7xxx_seq.h $(src)/aic7xxx.seq
 
 $(obj)/aic7xxx_reg.h: $(obj)/aix7xxx_seq.h

-- 

Inaky Perez-Gonzalez -- Not speaking for Intel - opinions are my own [or my fault]

             reply	other threads:[~2002-10-20  2:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-20  3:03 Inaky Perez-Gonzalez [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-20 15:52 James Bottomley
2002-10-20  6:36 Perez-Gonzalez, Inaky
2002-10-20  2:59 Inaky Perez-Gonzalez
2002-10-20  6:30 ` Justin T. Gibbs
2002-10-21 12:15   ` Alan Cox
2002-10-23  3:44     ` Justin T. Gibbs
2002-11-20 23:02     ` 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=15794.7432.776941.185124@milikk.co.intel.com \
    --to=inaky.perez-gonzalez@intel.com \
    --cc=gibbs@scsiguy.com \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome