summaryrefslogtreecommitdiff
path: root/board/gardena/smart-gateway-at91sam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/gardena/smart-gateway-at91sam/Makefile')
-rw-r--r--board/gardena/smart-gateway-at91sam/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/board/gardena/smart-gateway-at91sam/Makefile b/board/gardena/smart-gateway-at91sam/Makefile
new file mode 100644
index 00000000000..a2ed79fd06c
--- /dev/null
+++ b/board/gardena/smart-gateway-at91sam/Makefile
@@ -0,0 +1,7 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += board.o
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+endif