drm/i915: avoid rebuilding i915_gpu_error.o on version string updates
authorHans Holmberg <hans.holmberg@cnexlabs.com>
Wed, 21 Nov 2018 09:54:23 +0000 (10:54 +0100)
committerJoonas Lahtinen <joonas.lahtinen@linux.intel.com>
Thu, 22 Nov 2018 09:46:57 +0000 (11:46 +0200)
commit95fd94a645f75165134802987b21c6680ce90433
tree6266d1dd63467fb544218de7c563794a303c1b62
parentaa6a65daca110df41ac0224bea1198dc97fd6695
drm/i915: avoid rebuilding i915_gpu_error.o on version string updates

There is no need to rebuild i915_gpu_error.o when the version string
changes as the version is available in init_utsname()->release.

Signed-off-by: Hans Holmberg <hans.holmberg@cnexlabs.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20181121095423.20760-1-hans.ml.holmberg@owltronix.com
drivers/gpu/drm/i915/i915_gpu_error.c