aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ixgbe/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/ixgbe/meson.build')
-rw-r--r--drivers/net/ixgbe/meson.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ixgbe/meson.build b/drivers/net/ixgbe/meson.build
index 02d5ef5e..544a1414 100644
--- a/drivers/net/ixgbe/meson.build
+++ b/drivers/net/ixgbe/meson.build
@@ -5,10 +5,11 @@ version = 2
cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
+allow_experimental_apis = true
+
subdir('base')
objs = [base_objs]
-allow_experimental_apis = true
sources = files(
'ixgbe_82599_bypass.c',
'ixgbe_bypass.c',