All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kriegisch <Alexander@Kriegisch.name>
To: linux-kbuild@vger.kernel.org
Subject: Re: kbuild/kconfig for non-Linux projects
Date: Sun, 02 Oct 2011 12:56:46 +0200	[thread overview]
Message-ID: <4E88436E.3070309@Kriegisch.name> (raw)
In-Reply-To: <4E882F41.6070603@Kriegisch.name>

Okay, another developer in our project found the place where to 
configure this (Arnaud, please correct us if this is wrong):


--- scripts/kconfig/lkc.h
+++ scripts/kconfig/lkc.h
@@ -42,7 +42,7 @@
  #define N_(text) (text)

  #ifndef CONFIG_
-#define CONFIG_ "CONFIG_"
+#define CONFIG_ ""
  #endif

  #define TF_COMMAND	0x0001


Just in case anyone else wonders how to do this...
--
Alexander Kriegisch


Alexander Kriegisch, 02.10.2011 11:30:
> I am new to this list, but trying to reply to an older thread,
> re-using its title/subject. I am going to quote Arnaud's message
> because my question relates to it.
>
> @Arnaud: I have successfully downloaded, installed and built a
> tarball from your 2.6.39 branch. So far, so good. What I am trying to
> do, though, is to refresh an older kbuild version, taken from
> Buildroot some about years ago. It works nicely and I especially like
> the warnings for cyclic references and missing direct dependencies.
>
> There is one issue we are facing in our open source project
> (http://freetz.org), though: Our previous kconfig version used
> symbols which were identical in .config with the names in Config.in,
> i.e. they had no "CONFIG_" prefixes. Now kconfig writes .config files
> with those prefixes, so in order not to break our build system we had
> to add scripts replacing names back and forth before we start
> conf/mconf and after they terminate.
>
> Question: Is there a straightforward way to make kconfig read/write
> symbols*without*  "CONFIG_" prefixes? As I am not a C programmer,
> would you mind providing a patch if necessary?
>
>
>> using kconfig outside the linux kernel tree should be trivial,
>> normally, as you said, all the Linux "branding" should have been
>> made configurable. The trick might be to have the correct Makefile
>> glue to let it build. If you want some of the work pre-done, I just
>> pushed an old repository of mine on github. It should contains only
>> what's needed to build the various part of kconfig:
>>
>> https://github.com/lacombar/kconfig/
>>
>> I did not really touch it since October 2010, so it is certainly
>> missing parts (especially bug fixes). Moreover, it squashes commit
>> to keep the history clean, but I tried to keep the shortlog to have
>> an idea what has been going on. Last warning, I do not guarantee
>> the tree integrity (ie. I love rebasing :))

  reply	other threads:[~2011-10-02 10:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-02  9:30 kbuild/kconfig for non-Linux projects Alexander Kriegisch
2011-10-02 10:56 ` Alexander Kriegisch [this message]
2011-10-02 11:06   ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2011-02-16  9:08 Thomas De Schampheleire
2011-02-16 13:46 ` Michal Marek
2011-02-16 16:53   ` Arnaud Lacombe
2011-02-16 20:11 ` Sam Ravnborg
2011-02-18 15:55   ` Thomas De Schampheleire

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=4E88436E.3070309@Kriegisch.name \
    --to=alexander@kriegisch.name \
    --cc=linux-kbuild@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.