diff options
author | Dave Airlie <[email protected]> | 2016-09-02 17:09:45 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-09-06 10:05:13 +1000 |
commit | f1f1ba37818bcff0c3a944a4d138f0b71fa863f4 (patch) | |
tree | 1b787cfdbf817e136d90aa60299d782232a6d18d /configure.ac | |
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 <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 75b1de4da95..a413a3a5f20 100644 --- a/configure.ac +++ b/configure.ac @@ -2670,6 +2670,7 @@ CXXFLAGS="$CXXFLAGS $USER_CXXFLAGS" dnl Substitute the config AC_CONFIG_FILES([Makefile src/Makefile + src/amd/Makefile src/compiler/Makefile src/egl/Makefile src/egl/main/egl.pc |