| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-06-22 | Simplify the find_symbol and list_undefined examples | Ulf Magnusson | |
| Much of the functionality is available in Kconfiglib itself now. Use the new APIs to implement the examples in a much simpler way. | |||
| 2018-02-03 | Add example that finds references to undefined symbols | Ulf Magnusson | |
| Does a global search over all architectures in the kernel, which should avoid false positives. Referencing an undefined symbol in a particular architecture can be fine in a Kconfig file that's shared by multiple architectures, but if the symbol isn't defined by any architecture, it's likely to be an error (or a potential cleanup). | |||
