diff mbox

[PATCHv2,01/10] linux-generic: m4: netmap: set netmap_support=no

Message ID 1459275814-19876-2-git-send-email-anders.roxell@linaro.org
State Accepted
Commit ba97f3051a1b699ea1343898d07666ff61fdd6f7
Headers show

Commit Message

Anders Roxell March 29, 2016, 6:23 p.m. UTC
Conform with other m4 files

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 configure.ac                            | 1 -
 platform/linux-generic/m4/odp_netmap.m4 | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/configure.ac b/configure.ac
index 31d4d32..7b92a7f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -84,7 +84,6 @@  AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"])
 ##########################################################################
 # Prepare default values for platform specific optional features
 ##########################################################################
-netmap_support=no
 pktio_dpdk_support=no
 
 ##########################################################################
diff --git a/platform/linux-generic/m4/odp_netmap.m4 b/platform/linux-generic/m4/odp_netmap.m4
index d39301f..880e9d5 100644
--- a/platform/linux-generic/m4/odp_netmap.m4
+++ b/platform/linux-generic/m4/odp_netmap.m4
@@ -1,6 +1,7 @@ 
 ##########################################################################
 # Enable netmap support
 ##########################################################################
+netmap_support=no
 AC_ARG_ENABLE([netmap_support],
     [  --enable-netmap-support  include netmap IO support],
     [if test x$enableval = xyes; then