]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
xen/build: fixup path to merge_config.sh
authorStewart Hildebrand <stewart.hildebrand@dornerworks.com>
Tue, 12 May 2020 17:52:05 +0000 (13:52 -0400)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 15 May 2020 15:51:26 +0000 (16:51 +0100)
This resolves the following observed error:

/bin/sh: /path/to/xen/xen/../xen/scripts/kconfig/merge_config.sh: No such file or directory

Signed-off-by: Stewart Hildebrand <stewart.hildebrand@dornerworks.com>
Reviewed-by: Anthony PERARD <anthony.perard@citrix.com>
xen/tools/kconfig/Makefile

index ef2f2336c46960df75172e0fb5db3fda97261dec..fd37f4386a5ad830cc5999aa3a39f9fa376241d4 100644 (file)
@@ -93,7 +93,7 @@ configfiles=$(wildcard $(srctree)/kernel/configs/$@ $(srctree)/arch/$(SRCARCH)/c
 
 %.config: $(obj)/conf
        $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
-       $(Q)$(CONFIG_SHELL) $(srctree)/scripts/kconfig/merge_config.sh -m .config $(configfiles)
+       $(Q)$(CONFIG_SHELL) $(srctree)/tools/kconfig/merge_config.sh -m .config $(configfiles)
        $(Q)$(MAKE) -f $(srctree)/Makefile olddefconfig
 
 PHONY += kvmconfig