From: Roger Pau Monné Date: Fri, 7 Sep 2018 07:29:20 +0000 (+0200) Subject: pvshim: introduce a PV shim defconfig X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=67b28b1305da08edbb4d5f5f72ca3d0c44e8d446;p=people%2Froyger%2Fxen.git pvshim: introduce a PV shim defconfig In order to build a tailored pvshim-only binary from Xen. Switch the PV shim build from the tools firmware into using the new defconfig. A diff of the .config generated for the pvshim firmware build before and after this change shows no differences. Signed-off-by: Roger Pau Monné Acked-by: Ian Jackson Acked-by: Wei Liu Acked-by: Jan Beulich --- diff --git a/tools/firmware/xen-dir/Makefile b/tools/firmware/xen-dir/Makefile index 84648c3faf..83597f0017 100644 --- a/tools/firmware/xen-dir/Makefile +++ b/tools/firmware/xen-dir/Makefile @@ -41,9 +41,8 @@ linkfarm.stamp: $(DEP_DIRS) $(DEP_FILES) FORCE $(D): linkfarm.stamp $(MAKE) -C $(D)/xen distclean -$(D)/xen/.config: shim.config $(D) - cp $< $@ - $(MAKE) -C $(@D) olddefconfig XEN_CONFIG_EXPERT=y +$(D)/xen/.config: $(D) + $(MAKE) -C $(@D) KBUILD_DEFCONFIG=pvshim_defconfig XEN_CONFIG_EXPERT=y defconfig xen-shim: $(D)/xen/.config $(MAKE) -C $(