aboutsummaryrefslogtreecommitdiff
path: root/mailbox/Kbuild
diff options
context:
space:
mode:
authorPer Åstrand <per.astrand@arm.com>2020-10-05 11:00:23 +0200
committerKristofer Jonsson <kristofer.jonsson@arm.com>2020-10-19 08:22:59 +0000
commitbb4089d4a0d14ff88c5ce637806f10686c2188de (patch)
tree55dac68ff90bdb7281e394926b68df5e48b542ef /mailbox/Kbuild
parent79689c5fefc8c37cc35e43f6e2bcc8402eb56707 (diff)
downloadethos-u-linux-driver-stack-bb4089d4a0d14ff88c5ce637806f10686c2188de.tar.gz
Build module with cmake
Change-Id: I294f6ad22881254a8b0fef45b875fe0e12c91e7a
Diffstat (limited to 'mailbox/Kbuild')
-rw-r--r--mailbox/Kbuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/mailbox/Kbuild b/mailbox/Kbuild
index 5aacdcb..7476fcb 100644
--- a/mailbox/Kbuild
+++ b/mailbox/Kbuild
@@ -18,4 +18,6 @@
# SPDX-License-Identifier: GPL-2.0-only
#
-obj-$(CONFIG_ARM_MHU) = arm_mhu.o
+obj-$(CONFIG_ARM_MHU) += arm_mhu.o
+
+obj-$(CONFIG_ARM_MHU_V2) += arm_mhu_v2.o