]> git.droids-corp.org - dpdk.git/blobdiff - drivers/event/opdl/meson.build
net/ice/base: add more capability to admin queue
[dpdk.git] / drivers / event / opdl / meson.build
index 1fe034ea12cc3d2a687a3656b8c2ada825cf7806..cc6029c6f077b766ba87a0030e7cc52d44eb4857 100644 (file)
@@ -9,8 +9,3 @@ sources = files(
        '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