diff options
author | Juan A. Suarez Romero <[email protected]> | 2018-03-19 14:17:22 +0100 |
---|---|---|
committer | Juan A. Suarez Romero <[email protected]> | 2018-03-22 18:25:39 +0100 |
commit | d39e828c82d0d6bf6d92044daaddf7318a6d73a1 (patch) | |
tree | 81eae2ccf733cb8f236563bb078f56990d095576 /Makefile.am | |
parent | 40ecee89b74147b090b197e0aeceb1b876d529be (diff) |
autotools: add tegra header files
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index de6921bf1fc..804b1d85353 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,6 +75,7 @@ noinst_HEADERS = \ include/drm-uapi/drm_fourcc.h \ include/drm-uapi/drm_mode.h \ include/drm-uapi/i915_drm.h \ + include/drm-uapi/tegra_drm.h \ include/drm-uapi/vc4_drm.h \ include/D3D9 \ include/GL/wglext.h \ |