firmware/shim: drop XEN_CONFIG_EXPERT uses
authorJan Beulich <jbeulich@suse.com>
Wed, 26 May 2021 07:34:37 +0000 (09:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 26 May 2021 07:34:37 +0000 (09:34 +0200)
As of commit d155e4aef35c ("xen: Allow EXPERT mode to be selected from
the menuconfig directly") EXPERT is a regular config option (which the
shim default config also enables).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Roger Pau Monné <rogerpau@citrix.com>
tools/firmware/xen-dir/Makefile

index afc651f86101187bc15eb31375cb4cd617bf2c5e..6f5e208ab413c7ea4a6636b1d925556edc0ddd59 100644 (file)
@@ -74,10 +74,10 @@ $(D): linkfarm.stamp
        $(MAKE) -C $(D)/xen distclean
 
 $(D)/xen/.config: $(D)
-       $(MAKE) -C $(@D) KBUILD_DEFCONFIG=pvshim_defconfig XEN_CONFIG_EXPERT=y defconfig
+       $(MAKE) -C $(@D) KBUILD_DEFCONFIG=pvshim_defconfig defconfig
 
 xen-shim: $(D)/xen/.config
-       $(MAKE) -C $(<D) build XEN_CONFIG_EXPERT=y
+       $(MAKE) -C $(<D) build
        ln -sf $(D)/xen/xen $@
        ln -sf $(D)/xen/xen-syms $@-syms