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 <[email protected]> --- 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 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

