[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] firmware/shim: drop XEN_CONFIG_EXPERT uses
commit 7793d19bac84cb84d919035faa9aa638f0a33370 Author: Jan Beulich <jbeulich@xxxxxxxx> AuthorDate: Wed May 26 09:34:37 2021 +0200 Commit: Jan Beulich <jbeulich@xxxxxxxx> CommitDate: Wed May 26 09:34:37 2021 +0200 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 (which the shim default config also enables). Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Acked-by: Roger Pau Monné <rogerpau@xxxxxxxxxx> --- tools/firmware/xen-dir/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/firmware/xen-dir/Makefile b/tools/firmware/xen-dir/Makefile index afc651f861..6f5e208ab4 100644 --- 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 -- generated by git-patchbot for /home/xen/git/xen.git#staging
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |