On Tue, 30 Mar 2010 02:07:33 +0200, Stefan Reinauer
wrote:
> On 3/30/10 1:28 AM, Joseph Smith wrote:
>> Hello,
>> How hard would it be to point Kconfig to look for a defconfig in the
>> mainboard directory?
>>
>> In util/kconfig/confdata.c:
>>
>> Change:
>> const char conf_defname[] = "arch/$AR
On 3/30/10 1:28 AM, Joseph Smith wrote:
> Hello,
> How hard would it be to point Kconfig to look for a defconfig in the
> mainboard directory?
>
> In util/kconfig/confdata.c:
>
> Change:
> const char conf_defname[] = "arch/$ARCH/defconfig";
>
> to point to:
> const char conf_defname[] = ".. src/mai
Hello,
How hard would it be to point Kconfig to look for a defconfig in the
mainboard directory?
In util/kconfig/confdata.c:
Change:
const char conf_defname[] = "arch/$ARCH/defconfig";
to point to:
const char conf_defname[] = ".. src/mainboard/VENDOR/MAINBOARD/defconfig";
Or something like tha
3 matches
Mail list logo