summaryrefslogtreecommitdiff
path: root/examples/dumpvars.py
AgeCommit message (Collapse)Author
2019-06-07dumpvars: Make the output format copy-pasteableUlf Magnusson
Have it write assignments on a single line that can be copy-pasted before a command.
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.