summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2015-06-10 12:47:56 -0700
committerEric Anholt <[email protected]>2015-06-16 15:15:14 -0700
commit5fbbec9aae8185b96aa4cf6d778901dea44fefa4 (patch)
treeab14b0652a7194d8a8b044ec38bf683d5fc9c144 /src/gallium/drivers/vc4/Makefile.sources
parente20345204d8fe8864240be2428ac0f225b92b7cc (diff)
vc4: Move vc4_packet.h to the kernel/ directory, since it's also shared.
I want to notice discrepancies when I diff -u between Mesa and the kernel.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r--src/gallium/drivers/vc4/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources
index f678b2fc0d3..edef49353a2 100644
--- a/src/gallium/drivers/vc4/Makefile.sources
+++ b/src/gallium/drivers/vc4/Makefile.sources
@@ -1,6 +1,7 @@
C_SOURCES := \
kernel/vc4_drv.h \
kernel/vc4_gem.c \
+ kernel/vc4_packet.h \
kernel/vc4_validate.c \
kernel/vc4_validate_shaders.c \
vc4_blit.c \
@@ -24,7 +25,6 @@ C_SOURCES := \
vc4_opt_dead_code.c \
vc4_opt_small_immediates.c \
vc4_opt_vpm_writes.c \
- vc4_packet.h \
vc4_program.c \
vc4_qir.c \
vc4_qir_lower_uniforms.c \