numam-dpdk/drivers/crypto/dpaa_sec/meson.build
Hemant Agrawal c0ded84913 common/dpaax: move shared sec HW code from dpaa2_sec
The SEC HW code is being shared by multiple NXP based
drivers. It is better to place it at a common place.
Current users are:
1. DPAA2_SEC
2. DPAA_SEC
3. CAAM_JR

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
2019-10-23 16:57:06 +02:00

16 lines
354 B
Meson

# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
if not is_linux
build = false
reason = 'only supported on linux'
endif
deps += ['bus_dpaa', 'security']
sources = files('dpaa_sec.c')
allow_experimental_apis = true
includes += include_directories('../../bus/dpaa/include')
includes += include_directories('../../common/dpaax/caamflib/')