xref: /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/Makefile (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1#
2# Copyright (C) 2015 Google, Inc
3#
4# SPDX-License-Identifier:	GPL-2.0+
5#
6
7obj-y += cmd_fsp.o
8obj-y += fsp_car.o
9obj-y += fsp_common.o
10obj-y += fsp_dram.o
11obj-y += fsp_support.o
12