llvmpipe: Drop PIPE_QUERY_TIME_ELAPSED support.
[mesa.git] / src / gallium / Android.mk
index 41c59b13c6ff840b2df1f075d6aa4ec57a446e3e..1d002d05374a7984ac4e5cd132f62f1c6a26a54a 100644 (file)
@@ -49,8 +49,8 @@ SUBDIRS += \
        drivers/nvc0
 endif
 
-# r300g/r600g
-ifneq ($(filter r300g r600g, $(MESA_GPU_DRIVERS)),)
+# r300g/r600g/radeonsi
+ifneq ($(filter r300g r600g radeonsi, $(MESA_GPU_DRIVERS)),)
 SUBDIRS += winsys/radeon/drm
 ifneq ($(filter r300g, $(MESA_GPU_DRIVERS)),)
 SUBDIRS += drivers/r300
@@ -58,6 +58,9 @@ endif
 ifneq ($(filter r600g, $(MESA_GPU_DRIVERS)),)
 SUBDIRS += drivers/r600
 endif
+ifneq ($(filter radeonsi, $(MESA_GPU_DRIVERS)),)
+SUBDIRS += drivers/radeonsi
+endif
 endif
 
 # vmwgfx