summaryrefslogtreecommitdiff
path: root/tegra
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2021-07-09 20:21:35 +0200
committerThierry Reding <treding@nvidia.com>2022-02-23 15:39:59 +0100
commitdece59037d9392185e9add34ccdd5148c6e50c8b (patch)
tree82faa6651b350adbcba5b574d347d91a0c74102a /tegra
parent5f920e61c81d6a692efd5f2087b7b77f3ca5e953 (diff)
downloaddrm-dece59037d9392185e9add34ccdd5148c6e50c8b.tar.gz
tegra: Include private.h in list of source files
This makes sure that the proper dependencies are created and that the file is distributed. Reviewed-by: Mikko Perttunen <mperttunen@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'tegra')
-rw-r--r--tegra/meson.build7
1 files changed, 6 insertions, 1 deletions
diff --git a/tegra/meson.build b/tegra/meson.build
index 7585c8b5..53724d21 100644
--- a/tegra/meson.build
+++ b/tegra/meson.build
@@ -20,7 +20,12 @@
libdrm_tegra = library(
'drm_tegra',
- [files('tegra.c'), config_file],
+ [
+ files(
+ 'private.h', 'tegra.c'
+ ),
+ config_file
+ ],
include_directories : [inc_root, inc_drm],
link_with : libdrm,
dependencies : [dep_pthread_stubs, dep_atomic_ops],