]> git.droids-corp.org - dpdk.git/commit
compressdev: separate out driver-only headers
authorBruce Richardson <bruce.richardson@intel.com>
Fri, 11 Mar 2022 20:05:20 +0000 (20:05 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 15 Mar 2022 01:06:25 +0000 (02:06 +0100)
commitb98d1dc0fb0e49b94858501d88512e6354b0e9de
tree9215267b8cd614c24a3d62c0e642eee748bc18df
parent29fd052dcc3be76112bc7b03a918308ebcf901d8
compressdev: separate out driver-only headers

The headers rte_compressdev_pmd.h and rte_compressdev_internal.h are,
as the filenames suggest, headers for building drivers using the
compressdev APIs. As such they should be marked as
"driver_sdk_headers" rather than just "headers" in the meson.build
file.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
lib/compressdev/meson.build