summaryrefslogtreecommitdiff
path: root/drivers/phy/intel/Makefile
diff options
context:
space:
mode:
authorWan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>2020-09-14 02:55:20 +0300
committerVinod Koul <vkoul@kernel.org>2020-09-16 15:15:19 +0300
commitfa687038ba7f71ab2e5ae8701eaf95c72102cd01 (patch)
tree6ad124704c1c79fb97f7f2b6bf5a0383df7a1b62 /drivers/phy/intel/Makefile
parent57d39c7697ed52e51805dc97135c9b49469ce2ff (diff)
downloadlinux-fa687038ba7f71ab2e5ae8701eaf95c72102cd01.tar.xz
phy: intel: Rename phy-intel to phy-intel-lgm
Rename phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c to make drivers/phy/intel directory more generic for future use. Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com> Reviewed-by: Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com> Link: https://lore.kernel.org/r/20200913235522.4316-2-wan.ahmad.zainie.wan.mohamad@intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/intel/Makefile')
-rw-r--r--drivers/phy/intel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/phy/intel/Makefile b/drivers/phy/intel/Makefile
index 233d530dadde..662385d0a366 100644
--- a/drivers/phy/intel/Makefile
+++ b/drivers/phy/intel/Makefile
@@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_PHY_INTEL_COMBO) += phy-intel-combo.o
-obj-$(CONFIG_PHY_INTEL_EMMC) += phy-intel-emmc.o
+obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
+obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o