aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot/arch/x86/lib/fsp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot/arch/x86/lib/fsp/Makefile')
-rw-r--r--roms/u-boot/arch/x86/lib/fsp/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/roms/u-boot/arch/x86/lib/fsp/Makefile b/roms/u-boot/arch/x86/lib/fsp/Makefile
new file mode 100644
index 000000000..da6c0a886
--- /dev/null
+++ b/roms/u-boot/arch/x86/lib/fsp/Makefile
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+# Copyright 2019 Google LLC
+
+obj-y += fsp_common.o
+obj-y += fsp_dram.o
+ifndef CONFIG_SPL_BUILD
+obj-$(CONFIG_VIDEO_FSP) += fsp_graphics.o
+endif
+obj-y += fsp_support.o