aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/m4/configure.m4
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2022-06-20 17:40:58 +0300
committerGitHub <noreply@github.com>2022-06-20 17:40:58 +0300
commit6cf762f28a96dc61db44697b9254327e41580a7f (patch)
treea1de51fcf09a60bd14c260bb7c5dd44630193828 /platform/linux-generic/m4/configure.m4
parent929cd75ba6654e5f635295953cbb20ffdca20c3e (diff)
parent6d365eb66573c4cd7fab868bd69395cc9acdc123 (diff)
Merge ODP v1.37.0.0v1.37.0.0_DPDK_19.11
Merge ODP linux-generic v1.37.0.0 into linux-dpdk
Diffstat (limited to 'platform/linux-generic/m4/configure.m4')
-rw-r--r--platform/linux-generic/m4/configure.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/linux-generic/m4/configure.m4 b/platform/linux-generic/m4/configure.m4
index 291cb2773..70a393f56 100644
--- a/platform/linux-generic/m4/configure.m4
+++ b/platform/linux-generic/m4/configure.m4
@@ -26,9 +26,10 @@ m4_include([platform/linux-generic/m4/odp_crypto.m4])
m4_include([platform/linux-generic/m4/odp_pcapng.m4])
m4_include([platform/linux-generic/m4/odp_netmap.m4])
m4_include([platform/linux-generic/m4/odp_dpdk.m4])
+m4_include([platform/linux-generic/m4/odp_xdp.m4])
ODP_SCHEDULER
-AS_VAR_APPEND([PLAT_DEP_LIBS], ["${ATOMIC_LIBS} ${AARCH64CRYPTO_LIBS} ${LIBCONFIG_LIBS} ${OPENSSL_LIBS} ${DPDK_LIBS_LT} ${LIBCLI_LIBS}"])
+AS_VAR_APPEND([PLAT_DEP_LIBS], ["${ATOMIC_LIBS} ${AARCH64CRYPTO_LIBS} ${LIBCONFIG_LIBS} ${OPENSSL_LIBS} ${DPDK_LIBS_LT} ${LIBCLI_LIBS} ${LIBXDP_LIBS}"])
# Add text to the end of configure with platform specific settings.
# Make sure it's aligned same as other lines in configure.ac.