1# SPDX-License-Identifier: GPL-2.0+ 2# 3# Copyright (C) 2015 Google, Inc 4 5obj-y += fsp_car.o 6obj-y += fsp_common.o 7obj-y += fsp_dram.o 8obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o 9obj-y += fsp_support.o 10