diff options
author | Florian Limberger <flo@purplekraken.com> | 2022-07-29 07:11:51 +0000 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2022-07-29 07:25:00 +0000 |
commit | 36b05703cb0f7a3a5d91f12fb967593ab44dbbcd (patch) | |
tree | cddfac8928e07183b33fa56e036944f83f3fca5e /comms/Makefile | |
parent | f27816425f722034ac043e6e2732fc3cb537dadd (diff) |
comms/iceoryx: True zero-copy inter-process communication
Add comms/iceoryx port, which is a dependency for https://cyclonedds.io/
Test Plan:
* portlint: OK
* testport: amd64, 13.1-RELEASE tested
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D35421
Diffstat (limited to 'comms/Makefile')
-rw-r--r-- | comms/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index cc07612bbb24..6382411cc1b9 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -65,6 +65,7 @@ SUBDIR += hidapi SUBDIR += hylafax SUBDIR += ibp + SUBDIR += iceoryx SUBDIR += inspectrum SUBDIR += iwmbt-firmware SUBDIR += java-simple-serial-connector |