diff options
author | Jassi Brar <jaswinder.singh@linaro.org> | 2014-06-26 09:39:42 -0400 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2015-03-17 01:42:01 -0400 |
commit | ee23d66af9219dfe2407a9b08ef9a165dbe6f994 (patch) | |
tree | 5091f3e2b8eb928c982ec1af7593804372956fbe /drivers/mailbox/Makefile | |
parent | 33350e6b1833b15cf9c9c4c84d8534ad68b0c7b8 (diff) |
mailbox: arm_mhu: add driver for ARM MHU controller
Add driver for the ARM Primecell Message-Handling-Unit(MHU) controller.
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Signed-off-by: Andy Green <andy.green@linaro.org>
Signed-off-by: Vincent Yang <vincent.yang@socionext.com>
Signed-off-by: Tetsuya Nuriya <nuriya.tetsuya@socionext.com>
Diffstat (limited to 'drivers/mailbox/Makefile')
-rw-r--r-- | drivers/mailbox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile index 2e79231154cf..b18201e97e29 100644 --- a/drivers/mailbox/Makefile +++ b/drivers/mailbox/Makefile | |||
@@ -2,6 +2,8 @@ | |||
2 | 2 | ||
3 | obj-$(CONFIG_MAILBOX) += mailbox.o | 3 | obj-$(CONFIG_MAILBOX) += mailbox.o |
4 | 4 | ||
5 | obj-$(CONFIG_ARM_MHU) += arm_mhu.o | ||
6 | |||
5 | obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o | 7 | obj-$(CONFIG_PL320_MBOX) += pl320-ipc.o |
6 | 8 | ||
7 | obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o | 9 | obj-$(CONFIG_OMAP2PLUS_MBOX) += omap-mailbox.o |