KBUILD_DEFCONFIG change

From: Doug Reiland
Date: Wed May 28 2008 - 18:05:51 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/