diff options
author | Alyssa Rosenzweig <[email protected]> | 2020-03-02 19:30:11 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-05 14:35:37 +0000 |
commit | 5d3a4e31138f1663b0c37b91d7263bba6025fa73 (patch) | |
tree | a6a59e468e408f67256d29a987958fcc3b105c13 /src/panfrost/Makefile.sources | |
parent | eb15525ab798aea74b02a7160c0fa4b9ec6212be (diff) |
pan/bi: Gut old compiler
We're making some pretty dramatic design pivots so this early on it'll
be easier to start from scratch, I think.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4061>
Diffstat (limited to 'src/panfrost/Makefile.sources')
-rw-r--r-- | src/panfrost/Makefile.sources | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/panfrost/Makefile.sources b/src/panfrost/Makefile.sources index ceecb52b1fc..1a912a7f84a 100644 --- a/src/panfrost/Makefile.sources +++ b/src/panfrost/Makefile.sources @@ -1,16 +1,7 @@ bifrost_FILES := \ - bifrost/bifrost_compile.c \ - bifrost/bifrost_compile.h \ bifrost/bifrost.h \ - bifrost/bifrost_ops.h \ - bifrost/bifrost_opts.c \ - bifrost/bifrost_opts.h \ - bifrost/bifrost_print.c \ - bifrost/bifrost_print.h \ - bifrost/bifrost_sched.c \ - bifrost/bifrost_sched.h \ + bifrost/bifrost_compile.h \ bifrost/cmdline.c \ - bifrost/compiler_defines.h \ bifrost/disassemble.c \ bifrost/disassemble.h |