]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
tools: Don't try to update the firmware directory on ARM
authorJulien Grall <julien.grall@citrix.com>
Fri, 7 Aug 2015 17:27:18 +0000 (18:27 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 13 Aug 2015 09:59:12 +0000 (10:59 +0100)
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 <julien.grall@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/Makefile

index 45cb4b24f44e269a1c0cb68f0ffbf7017b1d9db6..26185594cf306c0bd1b025b0f68870525fd7d518 100644 (file)
@@ -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