diff options
Diffstat (limited to 'util/kconfig/patches/0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch')
-rw-r--r-- | util/kconfig/patches/0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/kconfig/patches/0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch b/util/kconfig/patches/0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch index 54a79c33ce..62835cc215 100644 --- a/util/kconfig/patches/0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch +++ b/util/kconfig/patches/0014-util-kconfig-Move-Kconfig-deps-back-into-build-confi.patch @@ -21,7 +21,7 @@ Index: kconfig/confdata.c =================================================================== --- kconfig.orig/confdata.c +++ kconfig/confdata.c -@@ -237,6 +237,13 @@ static const char *conf_get_rustccfg_nam +@@ -244,6 +244,13 @@ static const char *conf_get_rustccfg_nam return name ? name : "include/generated/rustc_cfg"; } @@ -35,7 +35,7 @@ Index: kconfig/confdata.c static int conf_set_sym_val(struct symbol *sym, int def, int def_flags, char *p) { char *p2; -@@ -1106,19 +1113,19 @@ static int conf_write_autoconf_cmd(const +@@ -1099,19 +1106,19 @@ static int conf_write_autoconf_cmd(const static int conf_touch_deps(void) { |