diff options
Diffstat (limited to 'src/commonlib/Makefile.inc')
-rw-r--r-- | src/commonlib/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/commonlib/Makefile.inc b/src/commonlib/Makefile.inc index 2477e07268..e90ed4f283 100644 --- a/src/commonlib/Makefile.inc +++ b/src/commonlib/Makefile.inc @@ -21,6 +21,9 @@ ramstage-y += region.c smm-y += region.c postcar-y += region.c +romstage-y += rational.c +ramstage-y += rational.c + ramstage-$(CONFIG_PLATFORM_USES_FSP1_1) += fsp_relocate.c ifeq ($(CONFIG_FSP_M_XIP),) romstage-$(CONFIG_PLATFORM_USES_FSP2_0) += fsp_relocate.c |