I plan to add menuconfig support in my project. The project is not related to the Linux kernel, so I have to write everything from scratch in menuconfig and Makefile.
How to add menuconfig support, create Kconfig and force the makefile to read the definitions in .config?
Any good tutorial to start with?
linux linux-kernel makefile kbuild
user435739
source share