projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a923919
)
tools: building IPXE should be determined by CONFIG_IPXE
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 24 Aug 2018 10:54:04 +0000
(11:54 +0100)
committer
Wei Liu
<wei.liu2@citrix.com>
Sun, 26 Aug 2018 09:52:18 +0000
(10:52 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/firmware/Makefile
patch
|
blob
|
history
diff --git
a/tools/firmware/Makefile
b/tools/firmware/Makefile
index ed1a1318f6cf6740fe97fccef4e4c892b6729ef8..cf304fc578a748439a96dccaaac39a9566c94e07 100644
(file)
--- a/
tools/firmware/Makefile
+++ b/
tools/firmware/Makefile
@@
-15,7
+15,7
@@
SUBDIRS-$(CONFIG_OVMF) += ovmf-dir
SUBDIRS-$(CONFIG_SEABIOS) += seabios-dir
SUBDIRS-$(CONFIG_ROMBIOS) += rombios
SUBDIRS-$(CONFIG_ROMBIOS) += vgabios
-SUBDIRS-$(CONFIG_
ROMBIOS
) += etherboot
+SUBDIRS-$(CONFIG_
IPXE
) += etherboot
SUBDIRS-$(CONFIG_PV_SHIM) += xen-dir
SUBDIRS-y += hvmloader