X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Fevent%2Fopdl%2Fmeson.build;h=786d2f4e8218567700943168c052afc004d3f1f4;hb=a89f6433aa5cb33fc40ab30b92a911f547f21bcb;hp=e67b164e3e07a9d23b48487acf01238de100cab1;hpb=46090d658ebfc8b17bd2ccc7d1513cd6d81b5544;p=dpdk.git diff --git a/drivers/event/opdl/meson.build b/drivers/event/opdl/meson.build index e67b164e3e..786d2f4e82 100644 --- a/drivers/event/opdl/meson.build +++ b/drivers/event/opdl/meson.build @@ -1,17 +1,11 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright(c) 2018 Luca Boccassi -allow_experimental_apis = true sources = files( - 'opdl_evdev.c', - 'opdl_evdev_init.c', - 'opdl_evdev_xstats.c', - 'opdl_ring.c', - 'opdl_test.c', + 'opdl_evdev.c', + 'opdl_evdev_init.c', + 'opdl_evdev_xstats.c', + 'opdl_ring.c', + 'opdl_test.c', ) deps += ['bus_vdev'] - -# for clang 32-bit compiles we need libatomic for 64-bit atomic ops -if cc.get_id() == 'clang' and dpdk_conf.get('RTE_ARCH_64') == false - ext_deps += cc.find_library('atomic') -endif