From d5b355ce5fd6dbff61f1f471c38aa62db9d621c4 Mon Sep 17 00:00:00 2001 From: Jason Ekstrand Date: Wed, 1 Mar 2017 11:20:25 -0800 Subject: i965: Move intel_debug.h to intel/common/gen_debug.h This is shared between the Vulkan and GL drivers as it's a requirement of the back-end compiler. However, it doesn't really belong in the compiler. We rename the file to match the prefix of the other stuff in common and because libdrm defines an intel_debug.h and this avoids a pile of possible name conflicts. Reviewed-by: Anuj Phogat --- src/intel/Makefile.sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/intel/Makefile.sources') diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources index be6bdef7b69..240371261e1 100644 --- a/src/intel/Makefile.sources +++ b/src/intel/Makefile.sources @@ -7,6 +7,8 @@ BLORP_FILES = \ blorp/blorp_priv.h COMMON_FILES = \ + common/gen_debug.c \ + common/gen_debug.h \ common/gen_device_info.c \ common/gen_device_info.h \ common/gen_l3_config.c \ -- cgit v1.2.3