Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

clk: Change bcm clocks build dependency

The clock code under drivers/clk/bcm now contains code for both the
Broadcom mobile SoCs and the iProc SoCs. Change the the makefile
dependency to be under config flag CONFIG_ARCH_BCM that's enabled for
both families of SoCs

Signed-off-by: Ray Jui <rjui@broadcom.com>
Signed-off-by: Michael Turquette <mturquette@baylibre.com>

authored by

Ray Jui and committed by
Michael Turquette
69a0b2c5 5fe225c1

+1 -1
+1 -1
drivers/clk/Makefile
··· 46 46 obj-$(CONFIG_COMMON_CLK_XGENE) += clk-xgene.o 47 47 obj-$(CONFIG_COMMON_CLK_PWM) += clk-pwm.o 48 48 obj-$(CONFIG_COMMON_CLK_AT91) += at91/ 49 - obj-$(CONFIG_ARCH_BCM_MOBILE) += bcm/ 49 + obj-$(CONFIG_ARCH_BCM) += bcm/ 50 50 obj-$(CONFIG_ARCH_BERLIN) += berlin/ 51 51 obj-$(CONFIG_ARCH_HISI) += hisilicon/ 52 52 obj-$(CONFIG_COMMON_CLK_KEYSTONE) += keystone/