freedreno/rnn: rework RNN_DEF_PATH construction
authorRob Clark <robdclark@chromium.org>
Sun, 2 Aug 2020 17:16:47 +0000 (10:16 -0700)
committerMarge Bot <eric+marge@anholt.net>
Mon, 3 Aug 2020 19:46:49 +0000 (19:46 +0000)
commit24f55eb6e808cab74ff21aa809742dc644c5c900
tree04294c041a6703138168da900cafccb3b463704a
parentbf425b7e513804c96f4bd7b71d520e334e9450e2
freedreno/rnn: rework RNN_DEF_PATH construction

No need for rnn_path.h, just construct the whole thing in meson and pass
via c_args.  Also move where the path is constructed up one level.  This
will be needed for syncing back to envytools, where the path will be
different.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6154>
src/freedreno/meson.build
src/freedreno/rnn/meson.build
src/freedreno/rnn/rnn.c
src/freedreno/rnn/rnn_path.h [deleted file]