aboutsummaryrefslogtreecommitdiff
path: root/hw/misc/Makefile.objs
diff options
context:
space:
mode:
authorAndrew Baumann <Andrew.Baumann@microsoft.com>2016-01-29 14:50:37 -0800
committerPeter Maydell <peter.maydell@linaro.org>2016-02-03 14:56:32 +0000
commit99494e696e03adf957bbbcf7345ce31ad7e45497 (patch)
treeb9945d67eb7e8ff5376ebd5ae549bbb9a24b961c /hw/misc/Makefile.objs
parent3c2f7bb32b4c597925c5c7411307d51f1a56045d (diff)
downloadqemu-99494e696e03adf957bbbcf7345ce31ad7e45497.zip
qemu-99494e696e03adf957bbbcf7345ce31ad7e45497.tar.gz
qemu-99494e696e03adf957bbbcf7345ce31ad7e45497.tar.bz2
bcm2835_mbox: add BCM2835 mailboxes
This adds the system mailboxes which are used to communicate with a number of GPU peripherals on Pi/Pi2. Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com> Signed-off-by: Andrew Baumann <Andrew.Baumann@microsoft.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'hw/misc/Makefile.objs')
-rw-r--r--hw/misc/Makefile.objs1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/Makefile.objs b/hw/misc/Makefile.objs
index d4765c2..d0ea105 100644
--- a/hw/misc/Makefile.objs
+++ b/hw/misc/Makefile.objs
@@ -36,6 +36,7 @@ obj-$(CONFIG_OMAP) += omap_gpmc.o
obj-$(CONFIG_OMAP) += omap_l4.o
obj-$(CONFIG_OMAP) += omap_sdrc.o
obj-$(CONFIG_OMAP) += omap_tap.o
+obj-$(CONFIG_RASPI) += bcm2835_mbox.o
obj-$(CONFIG_SLAVIO) += slavio_misc.o
obj-$(CONFIG_ZYNQ) += zynq_slcr.o
obj-$(CONFIG_ZYNQ) += zynq-xadc.o