blob: 870de71bd71a940f6e326e648579167cd868655f [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001# SPDX-License-Identifier: GPL-2.0+
Simon Glassb93abfc2015-01-27 22:13:36 -07002#
3# Copyright (C) 2015 Google, Inc
Simon Glassb93abfc2015-01-27 22:13:36 -07004
Simon Glass2cf265e2015-01-27 22:13:38 -07005obj-y += fsp_car.o
Simon Glass509805b2015-01-27 22:13:39 -07006obj-y += fsp_common.o
Simon Glass2cf265e2015-01-27 22:13:38 -07007obj-y += fsp_dram.o
Bin Meng1b35bc52017-08-15 22:41:56 -07008obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
Simon Glassb93abfc2015-01-27 22:13:36 -07009obj-y += fsp_support.o