diff options
Diffstat (limited to 'src/gallium/drivers/vc5/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index 8377af77fb..72441e0ac0 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -6,7 +6,6 @@ C_SOURCES := \ vc5_cl.h \ vc5_context.c \ vc5_context.h \ - vc5_draw.c \ vc5_drm.h \ vc5_emit.c \ vc5_fence.c \ @@ -27,5 +26,6 @@ C_SOURCES := \ VC5_PER_VERSION_SOURCES = \ v3dx_simulator.c \ + vc5_draw.c \ vc5_rcl.c \ $() |