summaryrefslogtreecommitdiffstats
path: root/board/st/stm32mp1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/st/stm32mp1/Makefile')
-rw-r--r--board/st/stm32mp1/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/board/st/stm32mp1/Makefile b/board/st/stm32mp1/Makefile
new file mode 100644
index 0000000000..eaf45b7787
--- /dev/null
+++ b/board/st/stm32mp1/Makefile
@@ -0,0 +1,13 @@
+#
+# Copyright (C) 2018, STMicroelectronics - All Rights Reserved
+#
+# SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause
+#
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+else
+obj-y += stm32mp1.o
+endif
+
+obj-y += board.o