mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 10:54:37 +00:00

Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
15 lines
331 B
Makefile
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
|