ethdev: replace callback getting filter operations
[dpdk.git] / drivers / net / dpaa2 / meson.build
index 4312aa7..f5f411d 100644 (file)
@@ -1,13 +1,14 @@
 # SPDX-License-Identifier: BSD-3-Clause
-# Copyright 2018 NXP
+# Copyright 2018-2021 NXP
 
 if not is_linux
        build = false
-       reason = 'only supported on linux'
+       reason = 'only supported on Linux'
 endif
 
 deps += ['mempool_dpaa2']
 sources = files('base/dpaa2_hw_dpni.c',
+               'dpaa2_tm.c',
                'dpaa2_mux.c',
                'dpaa2_ethdev.c',
                'dpaa2_flow.c',
@@ -21,4 +22,4 @@ sources = files('base/dpaa2_hw_dpni.c',
 
 includes += include_directories('base', 'mc')
 
-install_headers('rte_pmd_dpaa2.h')
+headers = files('rte_pmd_dpaa2.h')