Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Rewrite write_config solution check and fix apply | Karel Kočí | 2015-05-15 |
| | | | | solution.apply failed in case of last solution. | ||
* | Fix Dprintf macro | Karel Kočí | 2015-05-01 |
| | |||
* | Fix missing definition | Karel Kočí | 2015-05-01 |
| | |||
* | write_config implemented solution reader, but most of code in write.c is now ↵ | Karel Kočí | 2015-04-17 |
| | | | | commented | ||
* | Change comment in shared/macros.h | Karel Kočí | 2015-04-13 |
| | |||
* | Extract file name definitions out from parse_kconfig to shared | Karel Kočí | 2015-04-12 |
| | |||
* | parse_kconfig make builds *.o files | Karel Kočí | 2015-04-12 |
| | | | | Until now *.o files were not created. | ||
* | Fix shared/kconfig/files.mk | Karel Kočí | 2015-04-11 |
| | | | | Dependencies were not solved right. After first execution, they were removed and never built again. | ||
* | macros.h moved to shared folder | Karel Kočí | 2015-04-11 |
| | |||
* | Move gitignore rules to corresponds to kconfig sources move | Karel Kočí | 2015-04-11 |
| | |||
* | Add information about commit to shared kconfig | Karel Kočí | 2015-04-10 |
| | | | | Used newer commit than were files actually exported, but no change in those files. | ||
* | Part of Kconfig used in kconfig_parser exported to shared directory and ↵ | Karel Kočí | 2015-04-10 |
updated to linux v4.0-rc5 |