projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
staging: bcm2835-camera: fix overflow warnings
[platform/kernel/linux-rpi.git]
/
drivers
/
mcb
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0
2
3
obj-$(CONFIG_MCB) += mcb.o
4
5
mcb-y += mcb-core.o
6
mcb-y += mcb-parse.o
7
8
obj-$(CONFIG_MCB_PCI) += mcb-pci.o
9
obj-$(CONFIG_MCB_LPC) += mcb-lpc.o