public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c
@ 2018-01-10  6:44 Michael Zimmermann
  2018-01-12  8:43 ` Ard Biesheuvel
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Zimmermann @ 2018-01-10  6:44 UTC (permalink / raw)
  To: edk2-devel; +Cc: Leif Lindholm, Ard Biesheuvel

We're currently building everything except for this file.
Since 'fdt_create_empty_tree' can be useful for some
platforms, compile this one too.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
---
 EmbeddedPkg/Library/FdtLib/FdtLib.inf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
index b26d37422da2..7aa44a302d89 100644
--- a/EmbeddedPkg/Library/FdtLib/FdtLib.inf
+++ b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
@@ -26,6 +26,7 @@
 #
 
 [Sources]
+  fdt_empty_tree.c
   fdt_ro.c
   fdt_rw.c
   fdt_strerror.c
-- 
2.15.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-15 12:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-10  6:44 [PATCH] EmbeddedPkg/FdtLib: build fdt_empty_tree.c Michael Zimmermann
2018-01-12  8:43 ` Ard Biesheuvel
2018-01-15 12:09   ` Ard Biesheuvel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox