| Age | Commit message (Collapse) | Author |
|
Add two new targets:
- 'make kmenuconfig' runs the menuconfig interface
- 'make dumpvarsconfig' lists all referenced environment variables
together with their values (assuming they used the preprocessor
syntax)
Remove the 'kconfiglibtestconfig' target, which is no longer used.
Also clean up the target definitions. The joys of ancient code.
|
|
Consistency
|
|
Kconfiglib already respects $srctree internally.
|
|
Looks like I already accidentally committed a partial update though...
Now prints ARCH again.
|
|
WIP
|
|
Can't use print as an expression.
Also switch to using a single context line (which should hopefully be
stable). This might make the patch more robust, and also makes it clear
approx. where it should go.
Also fix 'iscriptconfig' spelling in the readme.
|
|
|
|
By suggestion from dubiousjim.
|
|
|
|
|
|
- Now assumes Kconfiglib lives in Kconfiglib/ under the kernel root. No
need to copy anything.
- Now in the 'git am' format.
- Patch is a single block with no modifications to surrounding code.
Should apply much easier.
|
|
|