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>
$(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