Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / arch / x86 / lib / fsp / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # Copyright 2019 Google LLC
4
5 obj-y += fsp_common.o
6 obj-y += fsp_dram.o
7 ifndef CONFIG_SPL_BUILD
8 obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
9 endif
10 obj-y += fsp_support.o