X-Git-Url: https://jxself.org/git/?p=carl9170fw.git;a=blobdiff_plain;f=config%2Fconf.c;h=2949b7d983193e8ae9eb7e26d4612e1f0827dd4b;hp=58df1b76b5288ad46661d75cacf88ead9cf456f9;hb=fa77bcaf0aac039e45715be971cbaa2532130570;hpb=b26349f7f4730b71cb0a68a500a5f1c4fa8e8a9f diff --git a/config/conf.c b/config/conf.c index 58df1b7..2949b7d 100644 --- a/config/conf.c +++ b/config/conf.c @@ -705,6 +705,13 @@ int main(int ac, char **av) * syncconfig always creates or updates auto.conf because it is * used during the build. */ + + /* + * In our cmake case, we always want to update the autogenerated + * files. + */ + sync_kconfig = 1; + if (conf_write_autoconf(sync_kconfig) && sync_kconfig) { fprintf(stderr, "\n*** Error during sync of the configuration.\n\n");