diff options
| author | Yaniv Gardi <ygardi@codeaurora.org> | 2015-10-14 11:50:01 +0300 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-22 11:01:29 -0700 |
| commit | 415748c434a90a0e1b3f6982bd9f2fba256ab60b (patch) | |
| tree | 1a388fc9285b1ee276546b4d7f8b474281affa58 /drivers/phy | |
| parent | 31155086bb84d873bf241fc94b6daab8e04d29d5 (diff) | |
phy: qcom-ufs: add QRBTC V2 UFS phy to makefile
This change adds the qrbtc-v2 files to the phy makefile.
Change-Id: I32a1cd2804f11d5b8cc68ae625301be08e710dc8
Signed-off-by: Gilad Broner <gbroner@codeaurora.org>
Signed-off-by: Yaniv Gardi <ygardi@codeaurora.org>
[venkatg@codeaurora.org: resolved trivial merge conflicts]
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
Diffstat (limited to 'drivers/phy')
| -rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index b7cd26ee154e..70cabc7080b3 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -45,6 +45,7 @@ obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-20nm.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-14nm.o obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qmp-v3.o +obj-$(CONFIG_PHY_QCOM_UFS) += phy-qcom-ufs-qrbtc-v2.o obj-$(CONFIG_PHY_TUSB1210) += phy-tusb1210.o obj-$(CONFIG_PHY_BRCMSTB_SATA) += phy-brcmstb-sata.o obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o |
