projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c7e72
)
freedreno: drop duplicate MKDIR_GEN declaration
author
Emil Velikov
<emil.velikov@collabora.com>
Mon, 10 Dec 2018 11:45:42 +0000
(11:45 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Mon, 10 Dec 2018 16:35:01 +0000
(16:35 +0000)
Fixes: aa0fed10d35 ("freedreno: move ir3 to common location")
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
src/freedreno/Makefile.am
patch
|
blob
|
history
diff --git
a/src/freedreno/Makefile.am
b/src/freedreno/Makefile.am
index 8f027e34f8ae1e0739d9dbd65a84e0db30db0ea1..d9ab9fa1557fe2addc387e2855e076b18f3c3767 100644
(file)
--- a/
src/freedreno/Makefile.am
+++ b/
src/freedreno/Makefile.am
@@
-69,7
+69,6
@@
libfreedreno_ir3_LIBADD = \
$(top_builddir)/src/compiler/nir/libnir.la \
$(top_builddir)/src/util/libmesautil.la
-MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
ir3/ir3_nir_trig.c: ir3/ir3_nir_trig.py $(top_srcdir)/src/compiler/nir/nir_algebraic.py
$(MKDIR_GEN)
$(AM_V_GEN) $(PYTHON) $(PYTHON_FLAGS) $(srcdir)/ir3/ir3_nir_trig.py -p $(top_srcdir)/src/compiler/nir > $@ || ($(RM) $@; false)