diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-31 15:37:53 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-05-31 15:37:53 +0200 |
| commit | e0777e9a02582b1ea79ecf2eeccfa91ee8a0166e (patch) | |
| tree | e088f010b1b3321176c0dcd40abace706103f173 | |
| parent | 849a2c7bd8e1d5cb6a0cd59622e7c96e1b76dbc0 (diff) | |
Link fpemud's pylkc in the readme.
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -97,6 +97,10 @@ internal data structures and APIs, and dependency stuff in particular, are unlikely to be exactly what you want as a user (hence why they're internal :). Patches are welcome too of course. ;) +[fpemud](https://github.com/fpemud) has put together [Python +bindings](https://github.com/fpemud/pylkc) to internal functions in the C +implementation. This is an alternative to Kconfiglib's all-Python approach. + The test suite failures (should be the only ones) for the following Blackfin defconfigs on e.g. Linux 3.7.0-rc8 are due to [a bug in the C implementation](https://lkml.org/lkml/2012/12/5/458): |
