diff --git a/src/lib/Makefile.inc b/src/lib/Makefile.inc index b446e10a35..49720a71e6 100644 --- a/src/lib/Makefile.inc +++ b/src/lib/Makefile.inc @@ -146,6 +146,7 @@ bootblock-y += hexdump.c ramstage-y += hexdump.c romstage-y += hexdump.c +bootblock-$(CONFIG_REG_SCRIPT) += reg_script.c verstage-$(CONFIG_REG_SCRIPT) += reg_script.c romstage-$(CONFIG_REG_SCRIPT) += reg_script.c ramstage-$(CONFIG_REG_SCRIPT) += reg_script.c