repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
soc
/
bcm
/
Makefile
blob
7bc90e0bd7735e91f7ae65db815420373fd742ae
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-
$(
CONFIG_BCM2835_POWER
) +=
bcm2835-power.o
3
obj-
$(
CONFIG_RASPBERRYPI_POWER
) +=
raspberrypi-power.o
4
obj-
$(
CONFIG_SOC_BCM63XX
) +=
bcm63xx
/
5
obj-
$(
CONFIG_SOC_BRCMSTB
) +=
brcmstb
/