summaryrefslogtreecommitdiff
path: root/drivers/mailbox
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mailbox')
-rw-r--r--drivers/mailbox/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/mailbox/Makefile b/drivers/mailbox/Makefile
index 243ff6f3ce..cd237698ba 100644
--- a/drivers/mailbox/Makefile
+++ b/drivers/mailbox/Makefile
@@ -1,6 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0
+#
# Copyright (c) 2016, NVIDIA CORPORATION.
#
-# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_$(SPL_)DM_MAILBOX) += mailbox-uclass.o
obj-$(CONFIG_SANDBOX_MBOX) += sandbox-mbox.o