* [PATCH] clk: qcom: Fix modular build [not found] <52d8dde8.Mqtb7njO7G6foYTt%fengguang.wu@intel.com> @ 2014-01-17 20:09 ` Stephen Boyd 2014-01-17 21:40 ` Mike Turquette 0 siblings, 1 reply; 2+ messages in thread From: Stephen Boyd @ 2014-01-17 20:09 UTC (permalink / raw) To: Mike Turquette; +Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, kbuild-all According to Documentation/kbuild/makefiles.txt these symbols should be clk-qcom-y. Otherwise the build will fail if CONFIG_COMMON_CLK_QCOM=m. Fix it. Reported-by: kbuild test robot <fengguang.wu@intel.com> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> --- drivers/clk/qcom/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile index 190d38433202..f60db2ef1aee 100644 --- a/drivers/clk/qcom/Makefile +++ b/drivers/clk/qcom/Makefile @@ -1,11 +1,11 @@ obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-regmap.o -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-pll.o -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-rcg.o -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-rcg2.o -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-branch.o -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += reset.o +clk-qcom-y += clk-regmap.o +clk-qcom-y += clk-pll.o +clk-qcom-y += clk-rcg.o +clk-qcom-y += clk-rcg2.o +clk-qcom-y += clk-branch.o +clk-qcom-y += reset.o obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] clk: qcom: Fix modular build 2014-01-17 20:09 ` [PATCH] clk: qcom: Fix modular build Stephen Boyd @ 2014-01-17 21:40 ` Mike Turquette 0 siblings, 0 replies; 2+ messages in thread From: Mike Turquette @ 2014-01-17 21:40 UTC (permalink / raw) To: Stephen Boyd; +Cc: linux-arm-msm, linux-kernel, linux-arm-kernel, kbuild-all Quoting Stephen Boyd (2014-01-17 12:09:40) > According to Documentation/kbuild/makefiles.txt these symbols > should be clk-qcom-y. Otherwise the build will fail if > CONFIG_COMMON_CLK_QCOM=m. Fix it. > > Reported-by: kbuild test robot <fengguang.wu@intel.com> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Taken into clk-next. Regards, Mike > --- > drivers/clk/qcom/Makefile | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > > diff --git a/drivers/clk/qcom/Makefile b/drivers/clk/qcom/Makefile > index 190d38433202..f60db2ef1aee 100644 > --- a/drivers/clk/qcom/Makefile > +++ b/drivers/clk/qcom/Makefile > @@ -1,11 +1,11 @@ > obj-$(CONFIG_COMMON_CLK_QCOM) += clk-qcom.o > > -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-regmap.o > -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-pll.o > -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-rcg.o > -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-rcg2.o > -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += clk-branch.o > -clk-qcom-$(CONFIG_COMMON_CLK_QCOM) += reset.o > +clk-qcom-y += clk-regmap.o > +clk-qcom-y += clk-pll.o > +clk-qcom-y += clk-rcg.o > +clk-qcom-y += clk-rcg2.o > +clk-qcom-y += clk-branch.o > +clk-qcom-y += reset.o > > obj-$(CONFIG_MSM_GCC_8660) += gcc-msm8660.o > obj-$(CONFIG_MSM_GCC_8960) += gcc-msm8960.o > -- > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, > hosted by The Linux Foundation > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-17 21:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <52d8dde8.Mqtb7njO7G6foYTt%fengguang.wu@intel.com>
2014-01-17 20:09 ` [PATCH] clk: qcom: Fix modular build Stephen Boyd
2014-01-17 21:40 ` Mike Turquette
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox