diff options
author | Dave Airlie <airlied@redhat.com> | 2016-09-02 17:09:45 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2016-09-06 10:05:13 +1000 |
commit | f1f1ba37818bcff0c3a944a4d138f0b71fa863f4 (patch) | |
tree | 1b787cfdbf817e136d90aa60299d782232a6d18d /src/gallium/drivers/radeonsi/Makefile.sources | |
parent | 0d7ec8b7d0554382d5af6c59a69ca9672d2583cd (diff) |
radeonsi: move sid.h/r600d_common.h to a common place.
Step one to merging radv would be to move some files around.
This only adds the include path to r600/radeonsi, because later
we want to avoid having to add it to the generic target paths.
Acked-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/radeonsi/Makefile.sources | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.sources b/src/gallium/drivers/radeonsi/Makefile.sources index 53404ab0e5..96b8839bf4 100644 --- a/src/gallium/drivers/radeonsi/Makefile.sources +++ b/src/gallium/drivers/radeonsi/Makefile.sources @@ -5,7 +5,6 @@ C_SOURCES := \ si_cp_dma.c \ si_debug.c \ si_descriptors.c \ - sid.h \ si_dma.c \ si_hw_context.c \ si_pipe.c \ |