aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/common/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/common/meson.build')
-rw-r--r--drivers/common/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/common/meson.build b/drivers/common/meson.build
index 5f6341b8..d7b7d8cf 100644
--- a/drivers/common/meson.build
+++ b/drivers/common/meson.build
@@ -2,6 +2,6 @@
# Copyright(c) 2018 Cavium, Inc
std_deps = ['eal']
-drivers = ['octeontx']
+drivers = ['octeontx', 'qat']
config_flag_fmt = 'RTE_LIBRTE_@0@_COMMON'
driver_name_fmt = 'rte_common_@0@'