From: Emil Velikov Date: Thu, 20 Aug 2015 21:55:49 +0000 (+0100) Subject: winsys/amdgpu: automake: remove missing headers X-Git-Tag: upstream/17.1.0~16637 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4a21da709be3b2aa8d4b22830d56a5cc7661ccad;p=platform%2Fupstream%2Fmesa.git winsys/amdgpu: automake: remove missing headers The files are not referenced in any other place in whole of mesa. They are likely remnants of the early development stage. Signed-off-by: Emil Velikov --- diff --git a/src/gallium/winsys/amdgpu/drm/Makefile.sources b/src/gallium/winsys/amdgpu/drm/Makefile.sources index 6b33841..2363004 100644 --- a/src/gallium/winsys/amdgpu/drm/Makefile.sources +++ b/src/gallium/winsys/amdgpu/drm/Makefile.sources @@ -11,9 +11,7 @@ C_SOURCES := \ addrlib/core/addrobject.h \ addrlib/inc/chip/r800/si_gb_reg.h \ addrlib/inc/lnx_common_defs.h \ - addrlib/r800/chip/si_ci_merged_enum.h \ addrlib/r800/chip/si_ci_vi_merged_enum.h \ - addrlib/r800/chip/si_enum.h \ addrlib/r800/ciaddrlib.cpp \ addrlib/r800/ciaddrlib.h \ addrlib/r800/egbaddrlib.cpp \