x86: Rename existing FSP code to fsp1
[oweals/u-boot.git] / arch / x86 / lib / Makefile
index 906be5eab98571d528a7353a63fef84131e36279..a8c7448ee45f4c5819b550ad09bacf43ad548476 100644 (file)
@@ -43,7 +43,8 @@ ifndef CONFIG_SPL_BUILD
 obj-$(CONFIG_CMD_ZBOOT)        += zimage.o
 endif
 obj-$(CONFIG_USE_HOB) += hob.o
-obj-$(CONFIG_HAVE_FSP) += fsp/
+obj-$(CONFIG_FSP_VERSION1) += fsp1/
+obj-$(CONFIG_FSP_VERSION2) += fsp2/
 
 ifdef CONFIG_SPL_BUILD
 ifdef CONFIG_TPL_BUILD