mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-11 01:36:59 +02:00
Use the new symbol to refer to any 'SPL' build, including TPL and VPL Signed-off-by: Simon Glass <sjg@chromium.org>
11 lines
204 B
Makefile
11 lines
204 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright 2019 Google LLC
|
|
|
|
obj-y += fsp_common.o
|
|
obj-y += fsp_dram.o
|
|
ifndef CONFIG_XPL_BUILD
|
|
obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
|
|
endif
|
|
obj-y += fsp_support.o
|