From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 4/6] kconfig: sync to linux 3.2-rc4
Date: Wed, 11 Jan 2012 14:31:54 +0100 [thread overview]
Message-ID: <1326288716-1342-4-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <20120111132914.GB958@game.jcrosoft.org>
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
Makefile | 3 +-
include/linux/kconfig.h | 32 +
scripts/kconfig/Makefile | 113 +-
scripts/kconfig/conf.c | 50 +-
scripts/kconfig/confdata.c | 332 +++--
scripts/kconfig/expr.c | 13 +-
scripts/kconfig/expr.h | 7 -
scripts/kconfig/gconf.c | 50 +-
scripts/kconfig/kxgettext.c | 1 -
scripts/kconfig/lkc.h | 18 +-
scripts/kconfig/lkc_proto.h | 1 +
scripts/kconfig/lxdialog/BIG.FAT.WARNING | 2 +-
scripts/kconfig/lxdialog/textbox.c | 3 +-
scripts/kconfig/mconf.c | 86 +-
scripts/kconfig/menu.c | 18 +-
scripts/kconfig/nconf.c | 65 +-
scripts/kconfig/nconf.gui.c | 59 +-
scripts/kconfig/nconf.h | 2 +-
scripts/kconfig/qconf.cc | 22 +-
scripts/kconfig/qconf.h | 2 +-
scripts/kconfig/streamline_config.pl | 38 +-
scripts/kconfig/symbol.c | 47 +-
scripts/kconfig/util.c | 2 +
scripts/kconfig/zconf.gperf | 2 +-
scripts/kconfig/zconf.hash.c_shipped | 273 ++--
scripts/kconfig/zconf.l | 44 +-
scripts/kconfig/zconf.lex.c | 2420 ++++++++++++++++++++++++++++++
scripts/kconfig/zconf.lex.c_shipped | 2420 ++++++++++++++++++++++++++++++
scripts/kconfig/zconf.tab.c_shipped | 69 +-
scripts/kconfig/zconf.y | 19 +-
30 files changed, 5627 insertions(+), 586 deletions(-)
create mode 100644 include/linux/kconfig.h
create mode 100644 scripts/kconfig/zconf.lex.c
create mode 100644 scripts/kconfig/zconf.lex.c_shipped
http://git.jcrosoft.org/git?p=barebox.git;a=commitdiff;h=18e18dd13b5d756d9ac32458a7982d25056328fb;hp=507319e13bd5e0ad13138970e90e8426d08f5817
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2012-01-11 13:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-11 13:29 [PATCH 0/6] code size reduction for xloader Jean-Christophe PLAGNIOL-VILLARD
2012-01-11 13:31 ` [PATCH 1/6] banner: add config to disable it Jean-Christophe PLAGNIOL-VILLARD
2012-01-11 13:31 ` [PATCH 2/6] uncompress: " Jean-Christophe PLAGNIOL-VILLARD
2012-01-11 13:31 ` [PATCH 3/6] filetype: " Jean-Christophe PLAGNIOL-VILLARD
2012-01-11 13:31 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2012-01-11 13:31 ` [PATCH 5/6] param: " Jean-Christophe PLAGNIOL-VILLARD
2012-01-11 13:31 ` [PATCH 6/6] driver: switch driver_d name to const char* Jean-Christophe PLAGNIOL-VILLARD
2012-01-12 8:50 ` [PATCH 0/6] code size reduction for xloader Sascha Hauer
2012-01-12 9:51 ` Jean-Christophe PLAGNIOL-VILLARD
2012-01-12 15:14 ` Premi, Sanjeev
2012-01-12 15:21 ` Jean-Christophe PLAGNIOL-VILLARD
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=1326288716-1342-4-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox