diff options
author | Marek Olšák <[email protected]> | 2018-04-01 18:47:05 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-04-05 15:34:58 -0400 |
commit | f7f4ba5306d4de04606c106725fb25ee1e79275c (patch) | |
tree | 0bfc909fc2bcd08c5c91446e9ef5ee893a76e9c4 /src/gallium/drivers/radeonsi/Makefile.sources | |
parent | 5777488406cc1a956bc9fb571f1dbc5a2833475a (diff) |
radeonsi: move r600_query.c/h files to si_query.c/h
Acked-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/radeonsi/Makefile.sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources index be9c171f419..4182b8af489 100644 --- a/src/gallium/drivers/radeonsi/Makefile.sources +++ b/src/gallium/drivers/radeonsi/Makefile.sources @@ -23,6 +23,8 @@ C_SOURCES := \ si_pm4.h \ si_perfcounter.c \ si_public.h \ + si_query.c \ + si_query.h \ si_shader.c \ si_shader.h \ si_shader_internal.h \ |