linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] Funkiness in uml Kconfig.
@ 2005-11-23 11:19 Rob Landley
  2005-11-23 17:34 ` Blaisorblade
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Landley @ 2005-11-23 11:19 UTC (permalink / raw)
  To: UML devel

So you may have seen the miniconfig stuff wander by, which means that my build
script exits if there's a .config error, and we have this:

fs/Kconfig:1749:warning: 'select' used by config symbol 'CIFS_UPCALL' refer to
undefined symbol 'CONNECTOR'

This makes it shut up:

Signed-off-by: Rob Landley <rob@landley.net>

---
--- linux-2.6.14/arch/um/Kconfig 2005-11-23 05:13:33.162339168 -0600
+++ linux-2.6.15-rc2/arch/um/Kconfig 2005-11-23 05:05:56.000000000 -0600
@@ -289,6 +289,8 @@
 
 source "drivers/net/Kconfig"
 
+source "drivers/connector/Kconfig"
+
 source "fs/Kconfig"
 
 source "security/Kconfig"


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

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

end of thread, other threads:[~2005-11-23 17:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 11:19 [uml-devel] Funkiness in uml Kconfig Rob Landley
2005-11-23 17:34 ` Blaisorblade

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox