KBUILD_DEFCONFIG change

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: linux-kernel <linux-kernel@...>
Date: Wednesday, May 28, 2008 - 6:05 pm

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
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
KBUILD_DEFCONFIG change, Doug Reiland, (Wed May 28, 6:05 pm)
Re: KBUILD_DEFCONFIG change, Sam Ravnborg, (Wed May 28, 7:44 pm)