diff options
author | Fabien Parent <fparent@baylibre.com> | 2020-01-03 15:24:45 +0100 |
---|---|---|
committer | CK Hu <ck.hu@mediatek.com> | 2020-01-10 14:10:49 +0800 |
commit | d04a07a8dc93dfc40b3a41c977db78ba340f209d (patch) | |
tree | c9973fee7b12eb4c2a630c537a1f2419aea4765b /drivers/gpu/drm/mediatek | |
parent | b6b1bb980ec4e82bbef9b4c98efbb0df6740bb53 (diff) | |
download | linux-d04a07a8dc93dfc40b3a41c977db78ba340f209d.tar.gz |
drm/mediatek: Fix indentation in Makefile
Fix indentation in the Makefile by replacing spaces with tabs.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Signed-off-by: CK Hu <ck.hu@mediatek.com>
Diffstat (limited to 'drivers/gpu/drm/mediatek')
-rw-r--r-- | drivers/gpu/drm/mediatek/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile index 8067a4be8311..b2b523913164 100644 --- a/drivers/gpu/drm/mediatek/Makefile +++ b/drivers/gpu/drm/mediatek/Makefile @@ -21,7 +21,7 @@ obj-$(CONFIG_DRM_MEDIATEK) += mediatek-drm.o mediatek-drm-hdmi-objs := mtk_cec.o \ mtk_hdmi.o \ mtk_hdmi_ddc.o \ - mtk_mt2701_hdmi_phy.o \ + mtk_mt2701_hdmi_phy.o \ mtk_mt8173_hdmi_phy.o \ mtk_hdmi_phy.o |