drm/radeon: use pattern rule to avoid code duplication in Makefile
authorMasahiro Yamada <masahiroy@kernel.org>
Thu, 13 Feb 2020 15:39:26 +0000 (00:39 +0900)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Apr 2020 18:44:42 +0000 (14:44 -0400)
commita341deb9723671141530c431bc73a77df82254df
tree59eaf4f944bde681d0a8be2ea5a7410bfba7c9a2
parent4ed513b52dc849564ccff7ef42580274ef91b1b8
drm/radeon: use pattern rule to avoid code duplication in Makefile

This Makefile repeats similar build rules. Use a pattern rule.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/Makefile