nv50: fix typo in nv50_fragprog_assign_slots
[mesa.git] / src / gallium / Android.mk
index 3deb94b62ea17e38763a83f175cdb0be2ea69d30..1d002d05374a7984ac4e5cd132f62f1c6a26a54a 100644 (file)
@@ -49,14 +49,17 @@ 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
 endif
 ifneq ($(filter r600g, $(MESA_GPU_DRIVERS)),)
-SUBDIRS += winsys/r600/drm drivers/r600
+SUBDIRS += drivers/r600
+endif
+ifneq ($(filter radeonsi, $(MESA_GPU_DRIVERS)),)
+SUBDIRS += drivers/radeonsi
 endif
 endif