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 | |
parent | 40ecee89b74147b090b197e0aeceb1b876d529be (diff) |
autotools: add tegra header files
Reviewed-by: Emil Velikov <[email protected]>
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | src/gallium/winsys/tegra/drm/Makefile.sources | 1 |
2 files changed, 2 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 \ diff --git a/src/gallium/winsys/tegra/drm/Makefile.sources b/src/gallium/winsys/tegra/drm/Makefile.sources index fe0d5c42e72..29a0edc9c43 100644 --- a/src/gallium/winsys/tegra/drm/Makefile.sources +++ b/src/gallium/winsys/tegra/drm/Makefile.sources @@ -1,2 +1,3 @@ C_SOURCES := \ + tegra_drm_public.h \ tegra_drm_winsys.c |