summaryrefslogtreecommitdiff
path: root/makefile.patch
AgeCommit message (Collapse)Author
2018-09-08Clean up kernel Makefile patch and add new targetsUlf Magnusson
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.
2017-11-06Call it 'kconf' in iscriptconfig tooUlf Magnusson
Consistency
2017-11-02Specify $(Kconfig) without $(srctree)Ulf Magnusson
Kconfiglib already respects $srctree internally.
2017-11-02Update makefile patchUlf Magnusson
Looks like I already accidentally committed a partial update though... Now prints ARCH again.
2017-10-24Kconfiglib 2 backupUlf Magnusson
WIP
2015-06-09Support using Python 3 with iscriptconfig.Ulf Magnusson
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.
2015-03-13Make makefile.patch apply cleanly for v4.0-rc3.Ulf Magnusson
2013-06-18Support ipython as the interpreter.Ulf Magnusson
By suggestion from dubiousjim.
2012-12-12Rename kconfigtest.py to testsuite.py.Ulf Magnusson
2012-12-11Make it possible to pass an argument via scriptconfig.Ulf Magnusson
2012-12-07Make Makefile patch less intrusive.Ulf Magnusson
- 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.
2012-07-10Upload Kconfiglib, patch level 3.Ulf Magnusson