summaryrefslogtreecommitdiff
path: root/board/freescale/imx8ulp_watch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/imx8ulp_watch/Makefile')
-rw-r--r--board/freescale/imx8ulp_watch/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/board/freescale/imx8ulp_watch/Makefile b/board/freescale/imx8ulp_watch/Makefile
new file mode 100644
index 0000000000..4563ea9a36
--- /dev/null
+++ b/board/freescale/imx8ulp_watch/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0+
+
+obj-y += imx8ulp_watch.o
+
+ifdef CONFIG_SPL_BUILD
+obj-y += spl.o
+obj-y += lpddr4x_timing.o
+endif