summaryrefslogtreecommitdiffstats
path: root/drivers/clk/bcm/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2015-09-28 14:22:02 -0700
committerStephen Boyd <sboyd@codeaurora.org>2015-10-01 17:12:03 -0700
commit4f61d8e220c110de90a02736ceb55e1e398d6be7 (patch)
tree28f6bc202294b63ba65926cf15532c0a2f5b0619 /drivers/clk/bcm/Makefile
parent6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff)
downloadlinux-4f61d8e220c110de90a02736ceb55e1e398d6be7.tar.bz2
clk: bcm2835: Move under bcm/ with other Broadcom SoC clk drivers.
clk-bcm2835.c predates the drivers under bcm/, but all the new BCM drivers are going in there so let's follow them. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Diffstat (limited to 'drivers/clk/bcm/Makefile')
-rw-r--r--drivers/clk/bcm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/clk/bcm/Makefile b/drivers/clk/bcm/Makefile
index 8a7a477862c7..ee2349bbe1f1 100644
--- a/drivers/clk/bcm/Makefile
+++ b/drivers/clk/bcm/Makefile
@@ -3,4 +3,5 @@ obj-$(CONFIG_CLK_BCM_KONA) += clk-kona-setup.o
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm281xx.o
obj-$(CONFIG_CLK_BCM_KONA) += clk-bcm21664.o
obj-$(CONFIG_COMMON_CLK_IPROC) += clk-iproc-armpll.o clk-iproc-pll.o clk-iproc-asiu.o
+obj-$(CONFIG_ARCH_BCM2835) += clk-bcm2835.o
obj-$(CONFIG_ARCH_BCM_CYGNUS) += clk-cygnus.o