aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-06-29 13:33:37 +0100
committerKeir Fraser <keir.fraser@citrix.com>2010-06-29 13:33:37 +0100
commit98ed7531a4eca93a5067e162f64895626534fdea (patch)
treee141e68020d6089120c2df1014d606399f270fac /tools/firmware/Makefile
parent4580002f0f82881ca18d95336e03c661a1a6fb25 (diff)
downloadxen-98ed7531a4eca93a5067e162f64895626534fdea.tar.gz
xen-98ed7531a4eca93a5067e162f64895626534fdea.tar.bz2
xen-98ed7531a4eca93a5067e162f64895626534fdea.zip
gpxe: Build e1000 ROM with PCI-ID matching that advertised by qemu-dm.
Also build gpxe without -Werror and require it always to be built (do not include a pre-built binary in our source repo). Portions of this patch are from Gianni Tedesco <gianni.tedesco@citrix.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/firmware/Makefile')
-rw-r--r--tools/firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index b483492428..837f56f83c 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -8,7 +8,7 @@ INST_DIR := $(DESTDIR)$(XENFIRMWAREDIR)
SUBDIRS :=
SUBDIRS += rombios
SUBDIRS += vgabios
-#SUBDIRS += etherboot
+SUBDIRS += etherboot
SUBDIRS += hvmloader
.PHONY: all