lima/ppir: enable vectorize optimization
[mesa.git] / src / gallium / drivers / r600 / Android.mk
index 2d89f49cd5a4790e6f3e8340cb33a3c573dd66b0..9f684cf2445ef5af150f9e6e8ef9dd072cea4b3f 100644 (file)
@@ -45,10 +45,15 @@ $(intermediates)/egd_tables.h: $(MESA_TOP)/src/gallium/drivers/r600/egd_tables.p
        @echo "Gen Header: $(PRIVATE_MODULE) <= $(notdir $(@))"
        $(hide) $(MESA_PYTHON2) $(MESA_TOP)/src/gallium/drivers/r600/egd_tables.py $(MESA_TOP)/src/gallium/drivers/r600/evergreend.h > $@
 
+ifeq ($(MESA_ENABLE_LLVM),true)
+$(call mesa-build-with-llvm)
+endif
+
 include $(GALLIUM_COMMON_MK)
 include $(BUILD_STATIC_LIBRARY)
 
 ifneq ($(HAVE_GALLIUM_R600),)
+GALLIUM_TARGET_DRIVERS += r600
 $(eval GALLIUM_LIBS += \
        $(LOCAL_MODULE) \
        libmesa_winsys_radeon)