mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-12 13:45:32 +00:00
bcm4908: fix backport of PMB driver
Missing Makefile change was preventing kernel from actually compiling the driver. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
9723c40b65
commit
c9f3cacc17
@ -404,3 +404,11 @@ Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
|
|||||||
source "drivers/soc/bcm/brcmstb/Kconfig"
|
source "drivers/soc/bcm/brcmstb/Kconfig"
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
--- a/drivers/soc/bcm/Makefile
|
||||||
|
+++ b/drivers/soc/bcm/Makefile
|
||||||
|
@@ -1,4 +1,5 @@
|
||||||
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
obj-$(CONFIG_BCM2835_POWER) += bcm2835-power.o
|
||||||
|
obj-$(CONFIG_RASPBERRYPI_POWER) += raspberrypi-power.o
|
||||||
|
+obj-y += bcm63xx/
|
||||||
|
obj-$(CONFIG_SOC_BRCMSTB) += brcmstb/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user