summaryrefslogtreecommitdiff
path: root/makefile.patch
AgeCommit message (Collapse)Author
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