diff options
author | Rob Clark <[email protected]> | 2014-01-29 16:25:52 -0500 |
---|---|---|
committer | Rob Clark <[email protected]> | 2014-02-03 18:26:53 -0500 |
commit | a418573c4d7fc7f896e7077378d2b4daf98d5217 (patch) | |
tree | 09f3bc78e70ad6bd20bd34ae5a06e102df1b34b2 /src/gallium/drivers/freedreno/Makefile.sources | |
parent | f08d2b1c0f6a1cb8e77e37806e97b7bbfae95b0a (diff) |
freedreno/a3xx/compiler: prepare for new compiler
Shuffle things around to prepare for new compiler.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/drivers/freedreno/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/freedreno/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/freedreno/Makefile.sources b/src/gallium/drivers/freedreno/Makefile.sources index 3dcec9dceac..7d67bf28066 100644 --- a/src/gallium/drivers/freedreno/Makefile.sources +++ b/src/gallium/drivers/freedreno/Makefile.sources @@ -42,4 +42,4 @@ a3xx_SOURCES := \ a3xx/fd3_util.c \ a3xx/fd3_zsa.c \ a3xx/disasm-a3xx.c \ - a3xx/ir-a3xx.c + a3xx/ir3.c |