login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2007
»
November
»
10
Re: [PATCH] kconfig: document make K64BIT=y in README
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Randy Dunlap
Subject:
Re: [PATCH] kconfig: document make K64BIT=y in README
Date: Saturday, November 10, 2007 - 3:23 pm
On Sat, 10 Nov 2007 21:43:28 +0100 Sam Ravnborg wrote:
quoted text
> Signed-off-by: Sam Ravnborg <sam@ravnborg.org> > --- > README | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/README b/README > index 159912c..6622ba1 100644 > --- a/README > +++ b/README > @@ -194,6 +194,8 @@ CONFIGURING the kernel: > "make *config" checks for a file named "all{yes/mod/no/random}.config" > for symbol values that are to be forced. If this file is not found, > it checks for a file named "all.config" to contain forced values. > + Finally it checks the environment variable K64BIT and set the config
and if found, sets the config symbol "64BIT" ...
quoted text
> + symbol "64BIT" to the value of the K64BIT variable. > > NOTES on "make config": > - having unnecessary drivers will make the kernel bigger, and can > --
--- ~Randy -
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/5] introduce K64BIT=y and backward compatibility ...
, Sam Ravnborg
, (Sat Nov 10, 1:40 pm)
[PATCH] kconfig: factor out code in confdata.c
, Sam Ravnborg
, (Sat Nov 10, 1:43 pm)
[PATCH] kconfig: use $K64BIT to set 64BIT with all*config ...
, Sam Ravnborg
, (Sat Nov 10, 1:43 pm)
[PATCH] x86: Use CONFIG_64BIT to select between 32 and 64 ...
, Sam Ravnborg
, (Sat Nov 10, 1:43 pm)
[PATCH] kconfig: document make K64BIT=y in README
, Sam Ravnborg
, (Sat Nov 10, 1:43 pm)
[PATCH] x86: introduce ARCH=i386,ARCH=x86_64 to select 32/ ...
, Sam Ravnborg
, (Sat Nov 10, 1:43 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Guillaume Chazarain
, (Sat Nov 10, 1:55 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Randy Dunlap
, (Sat Nov 10, 3:16 pm)
Re: [PATCH] x86: Use CONFIG_64BIT to select between 32 and ...
, Randy Dunlap
, (Sat Nov 10, 3:18 pm)
Re: [PATCH] kconfig: document make K64BIT=y in README
, Randy Dunlap
, (Sat Nov 10, 3:23 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Sam Ravnborg
, (Sat Nov 10, 3:31 pm)
Re: [PATCH 0/5] introduce K64BIT=y and backward compatibil ...
, Randy Dunlap
, (Sat Nov 10, 3:33 pm)
Re: [PATCH 0/5] introduce K64BIT=y and backward compatibil ...
, Sam Ravnborg
, (Sat Nov 10, 3:50 pm)
Re: [PATCH 0/5] introduce K64BIT=y and backward compatibil ...
, Adrian Bunk
, (Sat Nov 10, 10:09 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Adrian Bunk
, (Sat Nov 10, 10:14 pm)
Re: [PATCH 0/5] introduce K64BIT=y and backward compatibil ...
, Sam Ravnborg
, (Sun Nov 11, 4:54 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Guillaume Chazarain
, (Sun Nov 11, 5:43 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Adrian Bunk
, (Sun Nov 11, 6:07 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Guillaume Chazarain
, (Sun Nov 11, 7:59 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Sam Ravnborg
, (Sun Nov 11, 8:30 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Guillaume Chazarain
, (Sun Nov 11, 8:55 am)
Re: [PATCH 0/5] introduce K64BIT=y and backward compatibil ...
, Roman Zippel
, (Sun Nov 11, 7:47 pm)
Re: [PATCH 0/5] introduce K64BIT=y and backward compatibil ...
, Sam Ravnborg
, (Sun Nov 11, 10:23 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Sam Ravnborg
, (Wed Nov 14, 3:08 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Roman Zippel
, (Thu Nov 15, 8:43 am)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Sam Ravnborg
, (Thu Nov 15, 12:25 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Roman Zippel
, (Thu Nov 15, 12:43 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Roman Zippel
, (Thu Nov 15, 2:24 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Sam Ravnborg
, (Thu Nov 15, 3:06 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Roman Zippel
, (Thu Nov 15, 6:28 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Randy Dunlap
, (Thu Nov 15, 8:44 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Sam Ravnborg
, (Thu Nov 15, 10:41 pm)
Re: [PATCH] kconfig: use $K64BIT to set 64BIT with all*con ...
, Roman Zippel
, (Fri Nov 16, 5:54 am)
kconfig: support option env="" [Was: kconfig: use $K64BIT ...
, Sam Ravnborg
, (Sun Jan 6, 6:26 am)
Re: kconfig: support option env="" [Was: kconfig: use $K64 ...
, Roman Zippel
, (Sun Jan 13, 8:49 pm)
[PATCH 2/3] environment symbol support
, Roman Zippel
, (Sun Jan 13, 8:50 pm)
[PATCH 3/3] use environment option
, Roman Zippel
, (Sun Jan 13, 8:51 pm)
Re: kconfig: support option env="" [Was: kconfig: use $K64 ...
, Sam Ravnborg
, (Sun Jan 13, 10:58 pm)
Navigation
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Fortier,Vincent [Montreal]
2.6.21.5 june 30th to july 1st date hang?
Jeff Dike
[ PATCH 2/6 ] UML - Formatting fixes around os_{read_write}_file callers
Liam Girdwood
[PATCH 07/13] regulator: regulator test harness
Oleg Nesterov
Re: Getting the new RxRPC patches upstream
Stefan Seyfried
Re: 2.6.19-rc5: grub is much slower resuming from suspend-to-disk than in 2.6.18
linux-netdev
:
Arnaud Ebalard
Re: [REGRESSION,BISECTED] MIPv6 support broken by f4f914b58019f0
Jan Engelhardt
Re: [PATCH iptables] extension: add xt_cpu match
Jarek Poplawski
Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock().
Sebastian Andrzej Siewior
[PATCH 8/8] net/emergency: remove locking from reycling pool if emergncy pools are...
David Miller
Re: [PATCH] qlcnic: dont assume NET_IP_ALIGN is 2
git
:
Jakub Narebski
Re: git on MacOSX and files with decomposed utf-8 file names
Brandon Casey
Re: Thunderbird and patches (was Re: [PATCH v2] Enable setting attach as the def...
Christian Couder
[PATCH 1/3] rev-parse: add test script for "--verify"
Ramkumar Ramachandra
Re: [GSoC update] git-remote-svn: The final one
Junio C Hamano
Re: git-rm isn't the inverse action of git-add
openbsd-misc
:
Joachim Schipper
Re: UVC Webcams
Florin Andrei
SOLVED [was: firewall is very slow, something's wrong]
Todd Alan Smith
Re: Microsoft gets the Most Secure Operating Systems award
Neal Hogan
Re: Need Advice: Thinkpad T60 or T61?
Sam Fourman Jr.
Re: Real men don't attack straw men
git-commits-head
:
Linux Kernel Mailing List
ACPI: Disable ARB_DISABLE on platforms where it is not needed
Linux Kernel Mailing List
m68knommu: add read_barrier_depends() and irqs_disabled_flags()
Linux Kernel Mailing List
[MTD] Add mtd panic_write function pointer
Linux Kernel Mailing List
[ARM] pxa: remove duplicate select statements from Kconfig
Linux Kernel Mailing List
mlx4_core: Don't read reserved fields in mlx4_QUERY_ADAPTER()
Colocation donated by:
Syndicate