summaryrefslogtreecommitdiffstats
path: root/drivers/mailbox/Makefile
diff options
context:
space:
mode:
authorLee Jones2015-10-16 09:21:30 +0200
committerJassi Brar2015-10-17 07:06:56 +0200
commit8ea4484d0c2bb4e2152261943fa1a3522654b1c7 (patch)
tree6e3c13403f8b1a1677ba8b5aa11611f59b86f482 /drivers/mailbox/Makefile
parentmailbox: Add support for ST's Mailbox IP (diff)
downloadkernel-qcow2-linux-8ea4484d0c2bb4e2152261943fa1a3522654b1c7.tar.gz
kernel-qcow2-linux-8ea4484d0c2bb4e2152261943fa1a3522654b1c7.tar.xz
kernel-qcow2-linux-8ea4484d0c2bb4e2152261943fa1a3522654b1c7.zip
mailbox: Add generic mechanism for testing Mailbox Controllers
This particular Client implementation uses shared memory in order to pass messages between Mailbox users; however, it can be easily hacked to support any type of Controller. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r--drivers/mailbox/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile
index 7cb476643833..92435ef11f26 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -2,6 +2,8 @@
obj-$(CONFIG_MAILBOX) += mailbox.o
+obj-$(CONFIG_MAILBOX_TEST) += mailbox-test.o
+
obj-$(CONFIG_ARM_MHU) += arm_mhu.o
obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o