aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
author <stefano.stabellini@eu.citrix.com>2012-01-24 15:09:31 +0000
committer <stefano.stabellini@eu.citrix.com>2012-01-24 15:09:31 +0000
commit14ee3c05f3ef7d1d2580043392c500be2fc7cbfe (patch)
treeaaafc8e3ac143ae3ed7b3b95cfa2c1e09564d12f /Makefile
parente737b4333bb287b6134a89edff2bde2a7e048a9e (diff)
downloadxen-14ee3c05f3ef7d1d2580043392c500be2fc7cbfe.tar.gz
xen-14ee3c05f3ef7d1d2580043392c500be2fc7cbfe.tar.bz2
xen-14ee3c05f3ef7d1d2580043392c500be2fc7cbfe.zip
Clone and build Seabios by default
From: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson.citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index edc5e3d92e..8edea0db5f 100644
--- a/Makefile
+++ b/Makefile
@@ -98,6 +98,10 @@ tools/qemu-xen-dir:
tools/qemu-xen-dir-force-update:
$(MAKE) -C tools qemu-xen-dir-force-update
+.PHONY: tools/firmware/seabios-dir-force-update
+tools/firmware/seabios-dir-force-update:
+ $(MAKE) -C tools/firmware seabios-dir-force-update
+
.PHONY: install-docs
install-docs:
sh ./docs/check_pkgs && $(MAKE) -C docs install || true