Re: [ANNOUNCE] Kconfiglib menuconfig implementation

From: Ulf Magnusson
Date: Thu May 03 2018 - 17:26:33 EST


On Thu, May 3, 2018 at 10:31 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> One minor nit (bikeshed?): I'm not crazy about "make scriptconfig". :)
>
> thanks,
> --
> ~Randy

To be honest, I just do

ARCH=x86 SRCARCH=x86 KERNELVERSION=`make kernelversion` \
Kconfiglib/menuconfig.py

Should probably add a target to the makefile patch. Need to pick up
environment variables somehow.

Cheers,
Ulf