freedreno/isa: add shbang and make executable

In a later change we will use mesons find_program(..) and this
only works if python files are executable and have a shbang.

Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11321>
This commit is contained in:
Christian Gmeiner 2021-05-28 22:41:24 +02:00 committed by Marge Bot
parent b63becc430
commit 6801c300a8
2 changed files with 2 additions and 0 deletions

1
src/freedreno/isa/decode.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
#
# Copyright © 2020 Google, Inc.
#

1
src/freedreno/isa/encode.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
#
# Copyright © 2020 Google, Inc.
#