blob: da6c0a886ae4b2f807db009559ae657834fd13a6 [file] [log] [blame]
Simon Glasse9de4a72019-08-24 14:10:32 -06001# SPDX-License-Identifier: GPL-2.0+
2#
3# Copyright 2019 Google LLC
4
Simon Glassb2d544a2019-09-25 08:11:30 -06005obj-y += fsp_common.o
Simon Glasse9de4a72019-08-24 14:10:32 -06006obj-y += fsp_dram.o
Simon Glassf09d4ed2019-12-06 21:42:16 -07007ifndef CONFIG_SPL_BUILD
8obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
9endif
Simon Glass62888d82019-09-25 08:11:31 -060010obj-y += fsp_support.o