| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/kconfig: accept target when parsing Kconfig | Dmitry Vyukov | 2020-10-29 | 1 | -1/+5 |
| | | | | | | | Kconfig depends on the target arch. Add target argument for Kconfig parsing. Resolve $(SRCARCH) properly (previously we always assumed x86_64). | ||||
| * | pkg/kconfig: add .config parsing | Dmitry Vyukov | 2020-10-21 | 1 | -0/+5 |
| | | | | | Update #2171 | ||||
| * | pkg/kconfig: add Kconfig parsing | Dmitry Vyukov | 2020-10-21 | 1 | -0/+5 |
| | | | | | Update #2171 | ||||
| * | pkg/kconfig: add package | Dmitry Vyukov | 2020-10-21 | 1 | -0/+13 |
| kconfig package is supposed to parse Kconfig/.config files and provide some algorithms on top. This commit includes only parser helper and expression parsing for starters. Update #2171 | |||||
