mirror of
https://github.com/apache/nuttx.git
synced 2026-03-23 22:43:57 +08:00
Refactor the process of comparing .config and .config.orig files by stripping CONFIG_BASE_DEFCONFIG lines to prevent false -dirty flags. Update .config to ensure it matches the expected Make behavior by writing the correct BASE_DEFCONFIG value. Signed-off-by: Arjav Patel <arjav1528@gmail.com>