aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-04-09 12:12:20 -0700
committerEric Anholt <[email protected]>2015-04-13 23:20:45 -0700
commit43b20795b742b9f1608dd6f2dc586337408760ad (patch)
treeb6e92875a9b9907c8b562f9124610bab522b08c2 /src/gallium/drivers/vc4/Makefile.sources
parente214a596352e67c89ce379a1e5a060dbc1ce31e1 (diff)
vc4: Move the blit code to a separate file.
There will be other blit code showing up, and it seems like the place you'd look.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index 62cd0e00d90..49474df3548 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -1,4 +1,5 @@
C_SOURCES := \
+ vc4_blit.c \
vc4_bufmgr.c \
vc4_bufmgr.h \
vc4_cl.c \