blob: afe83dd32437ed7072a19433853b2d053061e8ba [file] [log] [blame]
Simon Glass1021af42015-01-27 22:13:36 -07001#
2# Copyright (C) 2015 Google, Inc
3#
4# SPDX-License-Identifier: GPL-2.0+
5#
6
Bin Meng62716eb2015-10-10 01:47:58 -07007obj-y += cmd_fsp.o
Simon Glass7b02bf32015-01-27 22:13:38 -07008obj-y += fsp_car.o
Simon Glass91785f72015-01-27 22:13:39 -07009obj-y += fsp_common.o
Simon Glass7b02bf32015-01-27 22:13:38 -070010obj-y += fsp_dram.o
Bin Meng5df91f12017-08-15 22:41:56 -070011obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
Simon Glass1021af42015-01-27 22:13:36 -070012obj-y += fsp_support.o