summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Library
diff options
context:
space:
mode:
authorMichael Zimmermann <sigmaepsilon92@gmail.com>2018-01-10 07:44:24 +0100
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2018-01-15 12:07:39 +0000
commit84513df419968b4486c442f3fd646729aba2999a (patch)
tree5f9f225f65ba04691f9baada1c1fd4d10c34d7a4 /EmbeddedPkg/Library
parent1e1d16971d1ae620d15b685fd76959c94d304319 (diff)
downloadedk2-84513df419968b4486c442f3fd646729aba2999a.tar.gz
edk2-84513df419968b4486c442f3fd646729aba2999a.tar.bz2
edk2-84513df419968b4486c442f3fd646729aba2999a.zip
EmbeddedPkg/FdtLib: build fdt_empty_tree.c
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> Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Diffstat (limited to 'EmbeddedPkg/Library')
-rw-r--r--EmbeddedPkg/Library/FdtLib/FdtLib.inf1
1 files changed, 1 insertions, 0 deletions
diff --git a/EmbeddedPkg/Library/FdtLib/FdtLib.inf b/EmbeddedPkg/Library/FdtLib/FdtLib.inf
index b26d37422d..7aa44a302d 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