diff options
Diffstat (limited to 'src/vboot')
-rw-r--r-- | src/vboot/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vboot/Makefile.inc b/src/vboot/Makefile.inc index 82b4ac2e9e..05870cab68 100644 --- a/src/vboot/Makefile.inc +++ b/src/vboot/Makefile.inc @@ -67,8 +67,10 @@ verstage-y += common.c verstage-y += verstage.c ifeq (${CONFIG_VBOOT_MOCK_SECDATA},y) libverstage-y += secdata_mock.c +romstage-$(CONFIG_SEPARATE_VERSTAGE) += secdata_mock.c else libverstage-y += secdata_tpm.c +romstage-$(CONFIG_SEPARATE_VERSTAGE) += secdata_tpm.c endif romstage-y += vboot_handoff.c common.c |