summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/mediatek/Makefile
diff options
context:
space:
mode:
authorCK Hu <ck.hu@mediatek.com>2019-05-13 05:22:25 +0300
committerChun-Kuang Hu <chunkuang.hu@kernel.org>2020-09-06 02:03:21 +0300
commitb28be59a2e2668b35507553e0de135c29ebd71ef (patch)
treeae1e3cc55da1e01c791e414d171a3a73cc015a61 /drivers/gpu/drm/mediatek/Makefile
parenta481bf2f0ca43c6476229d5bc4c3f6b9404de863 (diff)
downloadlinux-b28be59a2e2668b35507553e0de135c29ebd71ef.tar.xz
phy: mediatek: Move mtk_hdmi_phy driver into drivers/phy/mediatek folder
mtk_hdmi_phy is currently placed inside mediatek drm driver, but it's more suitable to place a phy driver into phy driver folder, so move mtk_hdmi_phy driver into phy driver folder. Signed-off-by: CK Hu <ck.hu@mediatek.com> Signed-off-by: Chun-Kuang Hu <chunkuang.hu@kernel.org> Acked-by: Chunfeng Yun <chunfeng.yun@mediatek.com> Tested-by: Frank Wunderlich <frank-w@public-files.de>
Diffstat (limited to 'drivers/gpu/drm/mediatek/Makefile')
-rw-r--r--drivers/gpu/drm/mediatek/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/gpu/drm/mediatek/Makefile b/drivers/gpu/drm/mediatek/Makefile
index fcbef23aa6ce..77b0fd86063d 100644
--- a/drivers/gpu/drm/mediatek/Makefile
+++ b/drivers/gpu/drm/mediatek/Makefile
@@ -22,9 +22,3 @@ mediatek-drm-hdmi-objs := mtk_cec.o \
mtk_hdmi_ddc.o
obj-$(CONFIG_DRM_MEDIATEK_HDMI) += mediatek-drm-hdmi.o
-
-phy-mtk-hdmi-drv-objs := mtk_hdmi_phy.o \
- mtk_mt2701_hdmi_phy.o \
- mtk_mt8173_hdmi_phy.o
-
-obj-$(CONFIG_PHY_MTK_HDMI) += phy-mtk-hdmi-drv.o