projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4536fe9
)
phy: qualcomm: fix indentation in Makefile
author
Bartosz Golaszewski
<bartosz.golaszewski@linaro.org>
Mon, 19 Jun 2023 09:13:34 +0000
(11:13 +0200)
committer
Vinod Koul
<vkoul@kernel.org>
Wed, 21 Jun 2023 12:15:10 +0000
(17:45 +0530)
Align all entries in Makefile.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Reviewed-by: Andrew Halaney <ahalaney@redhat.com>
Link:
https://lore.kernel.org/r/20230619091336.194914-2-brgl@bgdev.pl
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/qualcomm/Makefile
patch
|
blob
|
history
diff --git
a/drivers/phy/qualcomm/Makefile
b/drivers/phy/qualcomm/Makefile
index de3dc9ccf067d29ffc99600d2281bc619fc4bd56..5fb33628566b1442adc2b5ec847db5a085b2831b 100644
(file)
--- a/
drivers/phy/qualcomm/Makefile
+++ b/
drivers/phy/qualcomm/Makefile
@@
-20,4
+20,4
@@
obj-$(CONFIG_PHY_QCOM_USB_HSIC) += phy-qcom-usb-hsic.o
obj-$(CONFIG_PHY_QCOM_USB_HS_28NM) += phy-qcom-usb-hs-28nm.o
obj-$(CONFIG_PHY_QCOM_USB_SS) += phy-qcom-usb-ss.o
obj-$(CONFIG_PHY_QCOM_USB_SNPS_FEMTO_V2)+= phy-qcom-snps-femto-v2.o
-obj-$(CONFIG_PHY_QCOM_IPQ806X_USB)
+= phy-qcom-ipq806x-usb.o
+obj-$(CONFIG_PHY_QCOM_IPQ806X_USB) += phy-qcom-ipq806x-usb.o