diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-03 15:42:04 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-03 15:42:04 +0200 |
| commit | 04f3ec5d30409f8feb85d3bf8be1beec9e77b6c2 (patch) | |
| tree | 3e572aa40c0e49aa3625cf30e497d163eb99320f /README.md | |
| parent | 502a13b4f03059d50c0bbb74a99f7a5f26ee449c (diff) | |
Add dubiousjim's kconfig-diff.py as an example.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ language has some dark corners. * [genboardscfg.py](http://git.denx.de/?p=u-boot.git;a=blob;f=tools/genboardscfg.py;hb=HEAD) from [Das U-Boot](http://www.denx.de/wiki/U-Boot) generates some sort of legacy board database by pulling information from a newly added Kconfig-based configuration system (as far as I understand it :). + * [kconfig-diff.py](https://gist.github.com/dubiousjim/5638961) -- a script by [dubiousjim](https://github.com/dubiousjim) that compares kernel configurations. + * Originally, Kconfiglib was used in chapter 4 my [master's thesis](http://liu.diva-portal.org/smash/get/diva2:473038/FULLTEXT01.pdf) to automatically generate a "minimal" kernel for a given system. Parts of it bother me a bit now, but that's how it goes with old work. ## Test suite ## |
