From d81650468ebf304899374d422f6ffbb6b41ba697 Mon Sep 17 00:00:00 2001 From: Taniya Das Date: Fri, 22 Jul 2016 10:14:30 +0530 Subject: clk: msm: Fix MDSS compilation issue The MDSS clock drivers were not getting compiled due to an extra 'y', fix the same. CRs-Fixed: 1041122 Change-Id: I21e62361f40eb654c369048d01e158d4b96dd551 Signed-off-by: Taniya Das --- drivers/clk/msm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/msm/Makefile b/drivers/clk/msm/Makefile index 107af19abff2..daf0b81c9663 100644 --- a/drivers/clk/msm/Makefile +++ b/drivers/clk/msm/Makefile @@ -27,4 +27,4 @@ ifeq ($(CONFIG_COMMON_CLK_MSM), y) endif obj-$(CONFIG_COMMON_CLK_MSM) += gdsc.o -obj-$(CONFIG_COMMON_CLK_MSM)-y += mdss/ +obj-$(CONFIG_COMMON_CLK_MSM) += mdss/ -- cgit v1.2.3