u-boot/board/CZ.NIC/turris_1x/Makefile
Simon Glass dac3ce976a board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Use the new symbol to refer to any 'SPL' build, including TPL and VPL

Signed-off-by: Simon Glass <sjg@chromium.org>
2024-10-11 11:44:48 -06:00

15 lines
331 B
Makefile

# SPDX-License-Identifier: GPL-2.0+
# (C) 2022 Pali Rohár <pali@kernel.org>
ifdef CONFIG_XPL_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