mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [aic7xxx] Spurious recompile with defconfig
@ 2002-12-28  8:56 Sam Ravnborg
  2002-12-28 19:00 ` Justin T. Gibbs
  0 siblings, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2002-12-28  8:56 UTC (permalink / raw)
  To: gibbs, gibbs, Linus Torvalds; +Cc: linux-kernel

When compiling aic7xxx in 2.5.53 with defconfig the kernel always
recompiles because dependency for reg_print.c is not
per default in the aic7xxx Makefile.
Simple correction is to make PRETTY_PRINT dependend on BUILD_FIRMWARE.

	Sam

===== drivers/scsi/aic7xxx/Kconfig.aic79xx 1.5 vs edited =====
--- 1.5/drivers/scsi/aic7xxx/Kconfig.aic79xx	Fri Dec 13 21:17:38 2002
+++ edited/drivers/scsi/aic7xxx/Kconfig.aic79xx	Sat Dec 28 09:46:40 2002
@@ -87,7 +87,7 @@
 
 config AIC79XX_REG_PRETTY_PRINT
         bool "Decode registers during diagnostics"
-        depends on SCSI_AIC79XX
+        depends on SCSI_AIC79XX && SCSI_AIC7XXX_BUILD_FIRMWARE
 	default y
         help
 	Compile in register value tables for the output of expanded register
===== drivers/scsi/aic7xxx/Kconfig.aic7xxx 1.6 vs edited =====
--- 1.6/drivers/scsi/aic7xxx/Kconfig.aic7xxx	Tue Dec 24 20:12:14 2002
+++ edited/drivers/scsi/aic7xxx/Kconfig.aic7xxx	Sat Dec 28 09:46:22 2002
@@ -92,7 +92,7 @@
 
 config AIC7XXX_REG_PRETTY_PRINT
         bool "Decode registers during diagnostics"
-        depends on SCSI_AIC7XXX
+        depends on SCSI_AIC7XXX && SCSI_AIC7XXX_BUILD_FIRMWARE
 	default y
         help
 	Compile in register value tables for the output of expanded register

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2002-12-31  9:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-28  8:56 [aic7xxx] Spurious recompile with defconfig Sam Ravnborg
2002-12-28 19:00 ` Justin T. Gibbs
2002-12-31  1:12   ` Justin T. Gibbs
2002-12-31  9:36     ` Sam Ravnborg

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