* KBUILD_DEFCONFIG change
@ 2008-05-28 22:05 Doug Reiland
2008-05-28 23:44 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Doug Reiland @ 2008-05-28 22:05 UTC (permalink / raw)
To: linux-kernel
The following used to work:
ARCH=ia64 KBUILD_DEFCONFIG=bigsur_defconfig make defconfig
Now 2.6.25 makes you do:
ARCH=ia64 make KBUILD_DEFCONFIG=bigsur_defconfig defconfig
Is this my intent?
It seems like the arch/<xxxx>/Makefile files should be:
KBUILD_DEFCONFIG ?= generic_defconfig
Instead of
KBUILD_DEFCONFIG := generic_defconfig
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: KBUILD_DEFCONFIG change
2008-05-28 22:05 KBUILD_DEFCONFIG change Doug Reiland
@ 2008-05-28 23:44 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2008-05-28 23:44 UTC (permalink / raw)
To: Doug Reiland; +Cc: linux-kernel
On Wed, May 28, 2008 at 06:05:28PM -0400, Doug Reiland wrote:
> The following used to work:
> ARCH=ia64 KBUILD_DEFCONFIG=bigsur_defconfig make defconfig
>
> Now 2.6.25 makes you do:
>
> ARCH=ia64 make KBUILD_DEFCONFIG=bigsur_defconfig defconfig
Use the shorter version:
ARCH=ia64 make bigsur_defconfig
There is no need to fiddle with KBUILD_DEFCONFIG.
KBUILD_DEFCONFIG is a pure internal thing that
may change without notice.
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-28 23:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-28 22:05 KBUILD_DEFCONFIG change Doug Reiland
2008-05-28 23:44 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®