From f1f1ba37818bcff0c3a944a4d138f0b71fa863f4 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Fri, 2 Sep 2016 17:09:45 +1000 Subject: radeonsi: move sid.h/r600d_common.h to a common place. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Nicolai Hähnle --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 75b1de4..a413a3a 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 -- cgit v1.1