aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2021-05-26 17:03:10 +0300
committerGitHub <noreply@github.com>2021-05-26 17:03:10 +0300
commit3cc4177b551f32aa4b3b0d76c248f5342362a028 (patch)
treeec8f42fce582fb0400074c34cdf1aa2a4f070cf7 /platform/linux-generic/m4
parentcb9db0fa8ca6dd0d58ffe6180affe43abe53956c (diff)
parentce0f58291aa87b856c7df2501c8e7de9a16a9b5d (diff)
Merge ODP v1.28.0.0v1.28.0.0_DPDK_19.11
Merge ODP linux-generic v1.28.0.0 into ODP-DPDK.
Diffstat (limited to 'platform/linux-generic/m4')
-rw-r--r--platform/linux-generic/m4/configure.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index 924346c1f..2ebc23174 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -25,7 +25,7 @@ m4_include([platform/linux-generic/m4/odp_netmap.m4])
m4_include([platform/linux-generic/m4/odp_dpdk.m4])
ODP_SCHEDULER
-AS_VAR_APPEND([PLAT_DEP_LIBS], ["${LIBCONFIG_LIBS} ${OPENSSL_LIBS} ${DPDK_LIBS_LT} ${LIBCLI_LIBS}"])
+AS_VAR_APPEND([PLAT_DEP_LIBS], ["${ATOMIC_LIBS} ${LIBCONFIG_LIBS} ${OPENSSL_LIBS} ${DPDK_LIBS_LT} ${LIBCLI_LIBS}"])
# Add text to the end of configure with platform specific settings.
# Make sure it's aligned same as other lines in configure.ac.