aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorIan Jackson <Ian.Jackson@eu.citrix.com>2008-01-30 18:39:04 +0000
committerIan Jackson <Ian.Jackson@eu.citrix.com>2008-01-30 18:39:04 +0000
commit2d06b3f0dfd364c224226e73a29de9d363008ef6 (patch)
tree82d79352b945ae57bd82bcfdd6dbc070d49895f1 /tools/firmware/Makefile
parent26f9a3f7f57a91259580387681935731ebb4a6ec (diff)
downloadxen-2d06b3f0dfd364c224226e73a29de9d363008ef6.tar.gz
xen-2d06b3f0dfd364c224226e73a29de9d363008ef6.tar.bz2
xen-2d06b3f0dfd364c224226e73a29de9d363008ef6.zip
Build etherboot ROM from source.
We now include the source for Etherboot (5.4.2, obtained from git) rather than a pre-built ROM. This gives better traceability and GPL licence compliance. See tools/firmware/etherboot/README for details. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index b7ae64be65..6f57cff07c 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -11,6 +11,7 @@ SUBDIRS += rombios rombios/32bit
SUBDIRS += vgabios
SUBDIRS += vmxassist
SUBDIRS += extboot
+SUBDIRS += etherboot
SUBDIRS += hvmloader
.PHONY: all