* [PATCH] tools: building IPXE should be determined by CONFIG_IPXE
@ 2018-08-24 10:54 Wei Liu
2018-08-24 13:51 ` Roger Pau Monné
2018-08-24 15:15 ` Ian Jackson
0 siblings, 2 replies; 3+ messages in thread
From: Wei Liu @ 2018-08-24 10:54 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Jackson, Wei Liu
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
tools/firmware/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/firmware/Makefile b/tools/firmware/Makefile
index ed1a1318f6..cf304fc578 100644
--- 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
--
2.11.0
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] tools: building IPXE should be determined by CONFIG_IPXE
2018-08-24 10:54 [PATCH] tools: building IPXE should be determined by CONFIG_IPXE Wei Liu
@ 2018-08-24 13:51 ` Roger Pau Monné
2018-08-24 15:15 ` Ian Jackson
1 sibling, 0 replies; 3+ messages in thread
From: Roger Pau Monné @ 2018-08-24 13:51 UTC (permalink / raw)
To: Wei Liu; +Cc: xen-devel, Ian Jackson
On Fri, Aug 24, 2018 at 11:54:04AM +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] tools: building IPXE should be determined by CONFIG_IPXE
2018-08-24 10:54 [PATCH] tools: building IPXE should be determined by CONFIG_IPXE Wei Liu
2018-08-24 13:51 ` Roger Pau Monné
@ 2018-08-24 15:15 ` Ian Jackson
1 sibling, 0 replies; 3+ messages in thread
From: Ian Jackson @ 2018-08-24 15:15 UTC (permalink / raw)
To: Wei Liu; +Cc: xen-devel
Wei Liu writes ("[PATCH] tools: building IPXE should be determined by CONFIG_IPXE"):
> Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-08-24 15:15 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-24 10:54 [PATCH] tools: building IPXE should be determined by CONFIG_IPXE Wei Liu
2018-08-24 13:51 ` Roger Pau Monné
2018-08-24 15:15 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).