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 <[EMAIL PROTECTED]>

---
--- 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

Reply via email to