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