mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 14:05:12 +08:00
Refactor the logic for managing the .config file to ensure it aligns with Make behavior. Introduce a mechanism to set CONFIG_BASE_DEFCONFIG correctly and streamline the comparison process between .config and .config.orig, improving accuracy in detecting changes. Signed-off-by: Arjav Patel <arjav1528@gmail.com>