aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/Makefile
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-02 13:40:43 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-02 13:40:43 +0000
commite1781903c71b6b2c84a2924bb63aeb918c983a34 (patch)
treeaca2dfb56d6e6f5e5b59d658ef2b8829b125d639 /tools/firmware/Makefile
parentabae89340b4897f27a23006ba7fe48f54634be02 (diff)
downloadxen-e1781903c71b6b2c84a2924bb63aeb918c983a34.tar.gz
xen-e1781903c71b6b2c84a2924bb63aeb918c983a34.tar.bz2
xen-e1781903c71b6b2c84a2924bb63aeb918c983a34.zip
Fix hvmloader makefile dependencies, and do not recurse into
tools/firmware/etherboot by default (the dependency of eb_roms.h on Config does not seem to always prevent the build from going ahead, for some reason). 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 6f57cff07c..0ec31883fd 100644
--- a/tools/firmware/Makefile
+++ b/tools/firmware/Makefile
@@ -11,7 +11,7 @@ SUBDIRS += rombios rombios/32bit
SUBDIRS += vgabios
SUBDIRS += vmxassist
SUBDIRS += extboot
-SUBDIRS += etherboot
+#SUBDIRS += etherboot
SUBDIRS += hvmloader
.PHONY: all