devicetree-compiler.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH] libfdt: Add static lib to meson build
Date: Wed, 10 Nov 2021 18:33:29 -0600	[thread overview]
Message-ID: <20211111003329.2347536-1-robh@kernel.org> (raw)

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


             reply	other threads:[~2021-11-11  0:33 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-11  0:33 Rob Herring [this message]
     [not found] ` <20211111003329.2347536-1-robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2021-11-11  3:20   ` [PATCH] libfdt: Add static lib to meson build Simon Glass
     [not found]     ` <CAPnjgZ3RuJAkndfHf6tUpVd07Nxi1Y8aWtZOaDbik0Ss8xpO_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2021-11-11  3:27       ` David Gibson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211111003329.2347536-1-robh@kernel.org \
    --to=robh-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
    --cc=devicetree-compiler-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 read-only IMAP folder(s) and NNTP newsgroup(s).