aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/vboot/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/common/vboot/Makefile.inc')
-rw-r--r--src/soc/amd/common/vboot/Makefile.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/common/vboot/Makefile.inc b/src/soc/amd/common/vboot/Makefile.inc
new file mode 100644
index 0000000000..aff927a5d0
--- /dev/null
+++ b/src/soc/amd/common/vboot/Makefile.inc
@@ -0,0 +1,6 @@
+ifeq ($(CONFIG_VBOOT_VBNV_CMOS),y)
+bootblock-y += vbnv_cmos.c
+verstage-y += vbnv_cmos.c
+romstage-y += vbnv_cmos.c
+ramstage-y += vbnv_cmos.c
+endif