st/dri: replace format conversion functions with single mapping table
[mesa.git] / src / Makefile.am
index c4fcd8a92488bf89d6a8b27e6fd0f118fa545895..79c2a543fdc60fa030dd2e735cbc2139c17d6bb5 100644 (file)
@@ -22,7 +22,7 @@
 .PHONY: git_sha1.h
 git_sha1.h:
        @echo "updating $@"
-       @$(PYTHON2) $(top_srcdir)/bin/git_sha1_gen.py --output $@
+       @$(PYTHON) $(top_srcdir)/bin/git_sha1_gen.py --output $@
 
 BUILT_SOURCES = git_sha1.h
 CLEANFILES = $(BUILT_SOURCES)
@@ -81,6 +81,10 @@ if HAVE_BROADCOM_DRIVERS
 SUBDIRS += broadcom
 endif
 
+if HAVE_FREEDRENO_DRIVERS
+SUBDIRS += freedreno
+endif
+
 if NEED_OPENGL_COMMON
 SUBDIRS += mesa
 endif