From: Julien Grall Date: Fri, 7 Aug 2015 17:27:18 +0000 (+0100) Subject: tools: Don't try to update the firmware directory on ARM X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2631 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e4a3c7231e1aad4203f352f5f23d76cb5679a534;p=xen.git tools: Don't try to update the firmware directory on ARM The firmware directory is not built at all on ARM. Attempting to update it using the target subtree-force-update will fail when try to update seabios. Signed-off-by: Julien Grall Acked-by: Wei Liu Acked-by: Ian Campbell --- diff --git a/tools/Makefile b/tools/Makefile index 45cb4b24f4..26185594cf 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -305,7 +305,9 @@ endif ifeq ($(CONFIG_QEMU_TRAD),y) $(MAKE) qemu-xen-traditional-dir-force-update endif +ifeq ($(CONFIG_X86),y) $(MAKE) -C firmware subtree-force-update +endif subtree-force-update-all: $(MAKE) qemu-xen-dir-force-update