.. as we had forgotten to do it in the past.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
.PHONY: xen-tools
xen-tools:
# $(MAKE) -C xen dist-misc -j$$(($(NCPUS) * 2))
-
+ if [ -e xen/tools/firmware/seabios-dir ]; then \
+ $(MAKE) -C xen/tools/firmware/seabios-dir defconfig; \
+ fi
$(MAKE) -C xen IOEMU_CONFIGURE_CROSS="--disable-curses --disable-slirp --disable-sdl --disable-kvm --disable-vnc-tls" tools -j$$(($(NCPUS) * 2))
ifeq ($(NOXEN),1)
rm -Rf xen/tools/iommu-remote; \
$(MAKE) -C xen clean; \
$(MAKE) -C mrproper; \
- if [ -e xen/tools/config.h ]; then rm xen/tools/config.h; fi \
+ if [ -e xen/tools/config.h ]; then rm xen/tools/config.h; fi; \
+ if [ -e xen/tools/firmware/seabios-dir/out/autoconf.h ]; then rm xen/tools/firmware/seabios-dir/out/autoconf.h; fi; \
fi
xen-distclean: xen-clean