[PATCH] libfdt: Add static lib to meson build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



The meson build is not building the static libfdt, so add it.

Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
---
 libfdt/meson.build | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/libfdt/meson.build b/libfdt/meson.build
index 0307ffb8d7b9..71f29b61e870 100644
--- a/libfdt/meson.build
+++ b/libfdt/meson.build
@@ -24,6 +24,11 @@ libfdt = library(
   install: true,
 )
 
+libfdt_a = static_library(
+  'fdt', sources,
+  install: true,
+)
+
 libfdt_inc = include_directories('.')
 
 libfdt_dep = declare_dependency(
-- 
2.32.0




[Index of Archives]     [Device Tree]     [Device Tree Spec]     [Linux Driver Backports]     [Video for Linux]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux