[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210123150146.11208-1-hqjagain@gmail.com>
Date: Sat, 23 Jan 2021 23:01:46 +0800
From: Qiujun Huang <hqjagain@...il.com>
To: kishon@...com, vkoul@...nel.org, zhouyanjie@...yeetech.com,
aric.pzqi@...enic.com, paul@...pouillou.net,
linux-kernel@...r.kernel.org
Cc: Qiujun Huang <hqjagain@...il.com>
Subject: [PATCH] PHY: Ingenic: compile phy-ingenic-usb only if it was enabled
We should compile this driver only if we opened PHY_INGENIC_USB.
Signed-off-by: Qiujun Huang <hqjagain@...il.com>
---
drivers/phy/ingenic/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/phy/ingenic/Makefile b/drivers/phy/ingenic/Makefile
index 65d5ea00fc9d..a00306651423 100644
--- a/drivers/phy/ingenic/Makefile
+++ b/drivers/phy/ingenic/Makefile
@@ -1,2 +1,2 @@
# SPDX-License-Identifier: GPL-2.0
-obj-y += phy-ingenic-usb.o
+obj-$(PHY_INGENIC_USB) += phy-ingenic-usb.o
--
2.25.1
Powered by blists - more mailing lists