diff mbox

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

Message ID 1458758254-4703-2-git-send-email-anders.roxell@linaro.org
State New
Headers show

Commit Message

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

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

Patch

diff --git a/configure.ac b/configure.ac
index 6ad1bfc..4bf93f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,11 +82,6 @@  AC_SUBST([platform_with_platform], ["platform/${with_platform}"])
 AC_SUBST([platform_with_platform_test], ["platform/${with_platform}/test"])
 
 ##########################################################################
-# Prepare default values for platform specific optional features
-##########################################################################
-netmap_support=no
-
-##########################################################################
 # Run platform specific checks and settings
 ##########################################################################
 if test "${with_platform}" == "linux-generic";
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