Talk:Kconfig/Makefile redundancy
From Crashcourse Wiki
Configuration Step
- I'm not going to dive into how Kconfig is processed right now, but I'm guessing that the MTD_UBI config variable in the Kconfig file eventually gets turned into a CONFIG_MTD_UBI as used by the Makefile?

