diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2020-11-18 20:26:58 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2020-11-23 10:17:48 -0500 |
commit | 0d5b05c704d1e15de2ce075f70d0de9f29ba1386 (patch) | |
tree | 72f50692a748e09e0aa9942b502d8a2210c4d1fc /lib/README | |
parent | 665ec5e9877ec56c93fb519f069a6c932dbe91a9 (diff) | |
download | kutter-0d5b05c704d1e15de2ce075f70d0de9f29ba1386.tar.gz kutter-0d5b05c704d1e15de2ce075f70d0de9f29ba1386.tar.xz kutter-0d5b05c704d1e15de2ce075f70d0de9f29ba1386.zip |
lib: Add kconfiglib code
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'lib/README')
-rw-r--r-- | lib/README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -78,3 +78,7 @@ the modifications. The fast-hash directory contains code from: https://github.com/ztanml/fast-hash revision ae3bb53c199fe75619e940b5b6a3584ede99c5fc + +The kconfiglib directory contains code from: + https://github.com/ulfalizer/Kconfiglib.git +version v14.1.0 (061e71f7d78cb057762d88de088055361863deff). |