i965: Move intel_resolve_map.[ch] from i965_compiler_FILES to i965_FILES
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 27 Feb 2017 06:35:52 +0000 (22:35 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 28 Feb 2017 06:56:59 +0000 (22:56 -0800)
I have no idea why these were part of the compiler files.  They're
miptree related code, and the compiler doesn't appear to use them.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/mesa/drivers/dri/i965/Makefile.sources

index 5278e86339aed31d997996201ed2bbc258e117a5..633c3dc00a4a74e3ba6dd76b4576c60c3a336a97 100644 (file)
@@ -85,9 +85,7 @@ i965_compiler_FILES = \
        intel_asm_annotation.c \
        intel_asm_annotation.h \
        intel_debug.c \
-       intel_debug.h \
-       intel_resolve_map.c \
-       intel_resolve_map.h
+       intel_debug.h
 
 i965_compiler_GENERATED_FILES = \
        brw_nir_trig_workarounds.c
@@ -236,6 +234,8 @@ i965_FILES = \
        intel_pixel_draw.c \
        intel_pixel.h \
        intel_pixel_read.c \
+       intel_resolve_map.c \
+       intel_resolve_map.h \
        intel_screen.c \
        intel_screen.h \
        intel_state.c \