From: Rob Landley <rob@landley.net>
To: UML devel <user-mode-linux-devel@lists.sourceforge.net>
Subject: [uml-devel] Funkiness in uml Kconfig.
Date: Wed, 23 Nov 2005 05:19:32 -0600 [thread overview]
Message-ID: <200511230519.32588.rob@landley.net> (raw)
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
next reply other threads:[~2005-11-23 11:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-23 11:19 Rob Landley [this message]
2005-11-23 17:34 ` [uml-devel] Funkiness in uml Kconfig Blaisorblade
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=200511230519.32588.rob@landley.net \
--to=rob@landley.net \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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