Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
83d290c56fab2d38cd1ab4c4cc7099559c1d5046
/
.
/
arch
/
x86
/
lib
/
fsp
/
Makefile
blob: 870de71bd71a940f6e326e648579167cd868655f [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0+
#
# Copyright (C) 2015 Google, Inc
obj
-
y
+=
fsp_car
.
o
obj
-
y
+=
fsp_common
.
o
obj
-
y
+=
fsp_dram
.
o
obj
-
$
(
CONFIG_VIDEO_FSP
)
+=
fsp_graphics
.
o
obj
-
y
+=
fsp_support
.
o