From: John Stultz <john.stultz@linaro.org>
To: dri-devel <dri-devel@lists.freedesktop.org>
Cc: Rob Clark <robdclark@chromium.org>,
Amit Pundir <amit.pundir@linaro.org>,
Greg Hartman <ghartman@google.com>,
Emil Velikov <emil.l.velikov@gmail.com>,
Alistair Strachan <astrachan@google.com>,
Jason Ekstrand <jason@jlekstrand.net>
Subject: [PATCH 3/3] mesa: android: freedreno: Fix build failure due to path change
Date: Thu, 2 May 2019 11:03:46 -0700 [thread overview]
Message-ID: <20190502180346.4769-4-john.stultz@linaro.org> (raw)
In-Reply-To: <20190502180346.4769-1-john.stultz@linaro.org>
The ir3_nir_trig.py file was moved in a previous commit,
aa0fed10d3574 (freedreno: move ir3 to common location),
so update the Android.gen.mk file to match.
Cc: Rob Clark <robdclark@chromium.org>
Cc: Emil Velikov <emil.l.velikov@gmail.com>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Sumit Semwal <sumit.semwal@linaro.org>
Cc: Alistair Strachan <astrachan@google.com>
Cc: Greg Hartman <ghartman@google.com>
Cc: Tapani Pälli <tapani.palli@intel.com>
Cc: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: John Stultz <john.stultz@linaro.org>
---
src/gallium/drivers/freedreno/Android.gen.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gallium/drivers/freedreno/Android.gen.mk b/src/gallium/drivers/freedreno/Android.gen.mk
index 17b6fbe1b7e..d29ba159d5c 100644
--- a/src/gallium/drivers/freedreno/Android.gen.mk
+++ b/src/gallium/drivers/freedreno/Android.gen.mk
@@ -25,7 +25,7 @@ LOCAL_MODULE_CLASS := STATIC_LIBRARIES
endif
ir3_nir_trig_deps := \
- $(LOCAL_PATH)/ir3/ir3_nir_trig.py \
+ $(MESA_TOP)/src/freedreno/ir3/ir3_nir_trig.py \
$(MESA_TOP)/src/compiler/nir/nir_algebraic.py
intermediates := $(call local-generated-sources-dir)
--
2.17.1
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2019-05-02 18:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-02 18:03 [RFC][PATCH 0/3] mesa: Initial build fixups for AOSP/master John Stultz
2019-05-02 18:03 ` [RFC][PATCH 1/3] mesa: android: Remove unnecessary dependency tracking rules John Stultz
2019-05-02 18:03 ` [RFC][PATCH 2/3] mesa: android: freedreno: build libfreedreno_{drm, ir3} static libs John Stultz
2019-05-02 18:03 ` John Stultz [this message]
2019-05-07 18:34 ` [PATCH 3/3] mesa: android: freedreno: Fix build failure due to path change Dylan Baker
2019-05-07 18:44 ` John Stultz
2019-05-02 20:19 ` [RFC][PATCH 0/3] mesa: Initial build fixups for AOSP/master Greg Hartman
2019-05-02 20:31 ` Rob Clark
2019-05-02 20:38 ` John Stultz
2019-05-02 20:52 ` John Stultz
2019-05-02 21:57 ` Dan Willemsen
2019-05-02 22:19 ` Rob Clark
2019-05-03 10:41 ` Emil Velikov
2019-05-07 18:32 ` Dylan Baker
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190502180346.4769-4-john.stultz@linaro.org \
--to=john.stultz@linaro.org \
--cc=amit.pundir@linaro.org \
--cc=astrachan@google.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=emil.l.velikov@gmail.com \
--cc=ghartman@google.com \
--cc=jason@jlekstrand.net \
--cc=robdclark@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox