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