devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] libfdt: Add static lib to meson build
@ 2021-11-11  0:33 Rob Herring
       [not found] ` <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Rob Herring @ 2021-11-11  0:33 UTC (permalink / raw)
  To: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA

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

Signed-off-by: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
---
 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


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

end of thread, other threads:[~2021-11-11  3:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-11  0:33 [PATCH] libfdt: Add static lib to meson build Rob Herring
     [not found] ` <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2021-11-11  3:20   ` Simon Glass
     [not found]     ` <CAPnjgZ3RuJAkndfHf6tUpVd07Nxi1Y8aWtZOaDbik0Ss8xpO_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-11-11  3:27       ` David Gibson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).