X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fdpaa2%2Fmeson.build;h=7e43553a3b65ec88cce732cd4b0cf590e0f4f6a1;hb=d743042821de258b8034a95530200a3a9cd59678;hp=1a4ab212c256567493366f4482ec1f7e218a2ba0;hpb=72ec7a678e704d5b3d74d51663ce98ff8293b00f;p=dpdk.git diff --git a/drivers/net/dpaa2/meson.build b/drivers/net/dpaa2/meson.build index 1a4ab212c2..7e43553a3b 100644 --- a/drivers/net/dpaa2/meson.build +++ b/drivers/net/dpaa2/meson.build @@ -1,8 +1,6 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright 2018 NXP -version = 2 - if not is_linux build = false reason = 'only supported on linux' @@ -15,18 +13,12 @@ sources = files('base/dpaa2_hw_dpni.c', 'dpaa2_flow.c', 'dpaa2_rxtx.c', 'dpaa2_sparser.c', + 'dpaa2_ptp.c', + 'mc/dprtc.c', 'mc/dpkg.c', 'mc/dpdmux.c', 'mc/dpni.c') -if dpdk_conf.has('RTE_LIBRTE_IEEE1588') - sources += files('mc/dprtc.c') - sources += files('dpaa2_ptp.c') -endif - includes += include_directories('base', 'mc') -# depends on fslmc bus which uses experimental API -allow_experimental_apis = true - -install_headers('rte_pmd_dpaa2.h') +headers = files('rte_pmd_dpaa2.h')