Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / drivers / mailbox / Makefile
1 # Generic MAILBOX API
2
3 obj-$(CONFIG_MAILBOX) += mailbox.o
4
5 obj-$(CONFIG_ARM_MHU) += arm_mhu.o
6
7 obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o
8
9 obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o
10
11 obj-$(CONFIG_PCC) += pcc.o
12
13 obj-$(CONFIG_ALTERA_MBOX) += mailbox-altera.o
14
15 obj-$(CONFIG_BCM2835_MBOX) += bcm2835-mailbox.o
This page took 0.042884 seconds and 5 git commands to generate.