summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_imx8mm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/phytec/phycore_imx8mm/Makefile')
-rw-r--r--board/phytec/phycore_imx8mm/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/board/phytec/phycore_imx8mm/Makefile b/board/phytec/phycore_imx8mm/Makefile
new file mode 100644
index 00000000000..27f6c027b6c
--- /dev/null
+++ b/board/phytec/phycore_imx8mm/Makefile
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Copyright (C) 2019-2020 PHYTEC Messtechnik GmbH
+# Author: Teresa Remmet <t.remmet@phytec.de>
+
+obj-y += phycore-imx8mm.o
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+obj-$(CONFIG_IMX8M_LPDDR4) += lpddr4_timing.o
+endif