[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 2/3] firmware/shim: drop XEN_CONFIG_EXPERT uses
As of commit d155e4aef35c ("xen: Allow EXPERT mode to be selected from the menuconfig directly") EXPERT is a regular config option. Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> --- a/tools/firmware/xen-dir/Makefile +++ b/tools/firmware/xen-dir/Makefile @@ -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
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |