lkml.org 
[lkml]   [2008]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectKBUILD_DEFCONFIG change
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


\
 
 \ /
  Last update: 2008-05-29 00:07    [W:0.025 / U:0.692 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site