diff options
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r-- | src/gallium/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 2c66064f79f..8170c9043da 100644 --- a/src/gallium/Makefile.am +++ b/src/gallium/Makefile.am @@ -89,6 +89,11 @@ if HAVE_GALLIUM_SWR SUBDIRS += drivers/swr endif +## tegra +if HAVE_GALLIUM_TEGRA +SUBDIRS += drivers/tegra winsys/tegra/drm +endif + ## vc4/rpi if HAVE_GALLIUM_VC4 SUBDIRS += drivers/vc4 winsys/vc4/drm |