diff options
Diffstat (limited to 'src/commonlib/Makefile.inc')
-rw-r--r-- | src/commonlib/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commonlib/Makefile.inc b/src/commonlib/Makefile.inc index 7c14f7cb8c..be22e0097d 100644 --- a/src/commonlib/Makefile.inc +++ b/src/commonlib/Makefile.inc @@ -11,7 +11,7 @@ ramstage-y += region.c smm-y += region.c postcar-y += region.c -ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp1_1_relocate.c +ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c bootblock-y += cbfs.c verstage-y += cbfs.c |