Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
02abe1fbf3a8b7a6e50a5ed60d3b413a58775502
/
.
/
arch
/
x86
/
lib
/
fsp
/
Makefile
blob: da6c0a886ae4b2f807db009559ae657834fd13a6 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright 2019 Google LLC
obj
-
y
+=
fsp_common
.
o
obj
-
y
+=
fsp_dram
.
o
ifndef CONFIG_SPL_BUILD
obj
-
$
(
CONFIG_VIDEO_FSP
)
+=
fsp_graphics
.
o
endif
obj
-
y
+=
fsp_support
.
o