From: Jerin Jacob <[email protected]>
The ptp_tap_relay_sw example was not building because
examples/meson.build was not updated to wire up this directory.
Fixes: bec00deaa8fb ("examples/ptp_tap_relay_sw: add PTP transparent clock
relay")
Cc: [email protected]
Signed-off-by: Jerin Jacob <[email protected]>
---
examples/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/examples/meson.build b/examples/meson.build
index 25d9c88457..ab82cf5fbd 100644
--- a/examples/meson.build
+++ b/examples/meson.build
@@ -43,6 +43,7 @@ all_examples = [
'packet_ordering',
'pipeline',
'ptpclient',
+ 'ptp_tap_relay_sw',
'qos_meter',
'qos_sched',
'rxtx_callbacks',
--
2.54.0