DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] add missing file to meson build for installation
@ 2022-01-31 22:48 Martijn Bakker
  2022-02-01  9:26 ` Bruce Richardson
  0 siblings, 1 reply; 3+ messages in thread
From: Martijn Bakker @ 2022-01-31 22:48 UTC (permalink / raw)
  To: bruce.richardson; +Cc: dev, Martijn Bakker

Signed-off-by: Martijn Bakker <gladdyu@gmail.com>
---
 lib/eal/include/meson.build | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/eal/include/meson.build b/lib/eal/include/meson.build
index 86468d1a2b..9700494816 100644
--- a/lib/eal/include/meson.build
+++ b/lib/eal/include/meson.build
@@ -60,6 +60,7 @@ generic_headers = files(
         'generic/rte_mcslock.h',
         'generic/rte_memcpy.h',
         'generic/rte_pause.h',
+        'generic/rte_pflock.h',
         'generic/rte_power_intrinsics.h',
         'generic/rte_prefetch.h',
         'generic/rte_rwlock.h',
-- 
2.25.1


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

end of thread, other threads:[~2022-02-02 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-31 22:48 [PATCH] add missing file to meson build for installation Martijn Bakker
2022-02-01  9:26 ` Bruce Richardson
2022-02-02 13:33   ` Thomas Monjalon

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).