Skip to content
Snippets Groups Projects
Commit ff6a90e1 authored by Thierry Reding's avatar Thierry Reding
Browse files

tegra: Include private.h in list of source files


This makes sure that the proper dependencies are created and that the
file is distributed.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 904075d0
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,12 @@ ...@@ -20,7 +20,12 @@
libdrm_tegra = library( libdrm_tegra = library(
'drm_tegra', 'drm_tegra',
[files('tegra.c'), config_file], [
files(
'private.h', 'tegra.c'
),
config_file
],
include_directories : [inc_root, inc_drm], include_directories : [inc_root, inc_drm],
link_with : libdrm, link_with : libdrm,
dependencies : [dep_pthread_stubs, dep_atomic_ops], dependencies : [dep_pthread_stubs, dep_atomic_ops],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment