swr/rasterizer: Refactor events collection mechanism
[mesa.git] / Android.mk
index d2b12ea447381b63409c80b3ce76fae3de60aa36..8d274e5683689d50e51ae277b9dd24315c6cdea3 100644 (file)
@@ -83,13 +83,6 @@ endif
 
 $(foreach d, $(MESA_BUILD_CLASSIC) $(MESA_BUILD_GALLIUM), $(eval $(d) := true))
 
-# host and target must be the same arch to generate matypes.h
-ifeq ($(TARGET_ARCH),$(HOST_ARCH))
-MESA_ENABLE_ASM := true
-else
-MESA_ENABLE_ASM := false
-endif
-
 ifneq ($(filter true, $(HAVE_GALLIUM_RADEONSI)),)
 MESA_ENABLE_LLVM := true
 endif
@@ -110,6 +103,7 @@ endef
 
 # add subdirectories
 SUBDIRS := \
+       src/freedreno \
        src/gbm \
        src/loader \
        src/mapi \