aboutsummaryrefslogtreecommitdiff
path: root/board/CZ.NIC/turris_1x/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'board/CZ.NIC/turris_1x/Makefile')
-rw-r--r--board/CZ.NIC/turris_1x/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/CZ.NIC/turris_1x/Makefile b/board/CZ.NIC/turris_1x/Makefile
new file mode 100644
index 00000000000..a24aee9161b
--- /dev/null
+++ b/board/CZ.NIC/turris_1x/Makefile
@@ -0,0 +1,15 @@
+# SPDX-License-Identifier: GPL-2.0+
+# (C) 2022 Pali Rohár <pali@kernel.org>
+
+ifdef CONFIG_SPL_BUILD
+obj-y += ../../freescale/p1_p2_rdb_pc/spl.o
+endif
+
+obj-y += ../../freescale/p1_p2_rdb_pc/p1_p2_rdb_pc.o
+obj-y += ../turris_atsha_otp.o
+obj-y += ../turris_common.o
+
+obj-y += turris_1x.o
+obj-y += ddr.o
+obj-y += law.o
+obj-y += tlb.o