1# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2019 Google LLC
4
5obj-y += fsp_common.o
6obj-y += fsp_dram.o
7ifndef CONFIG_SPL_BUILD
8obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
9endif
10obj-y += fsp_support.o
11