libfdt: Add static lib to meson build
The meson build is not building the static libfdt, so add it. Signed-off-by: Rob Herring <robh@kernel.org> Message-Id: <20211111003329.2347536-1-robh@kernel.org> Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
4eda2590f4
commit
5216f3f1bb
1 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,11 @@ libfdt = library(
|
|||
install: true,
|
||||
)
|
||||
|
||||
libfdt_a = static_library(
|
||||
'fdt', sources,
|
||||
install: true,
|
||||
)
|
||||
|
||||
libfdt_inc = include_directories('.')
|
||||
|
||||
libfdt_dep = declare_dependency(
|
||||
|
|
Loading…
Reference in a new issue