diff options
author | Yi Chou <yich@google.com> | 2021-12-30 14:11:00 +0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2022-01-10 05:44:22 +0000 |
commit | c91e3152722eaa827ea5b86aaf8da8558f74c29b (patch) | |
tree | 1b580d633165f340d20f82bac295c19b420cf764 /Makefile | |
parent | 58efaacd8ad2a4020fbb0dd2dceae2fc8897f6db (diff) | |
download | vboot-c91e3152722eaa827ea5b86aaf8da8558f74c29b.tar.gz |
crossystem: Remove the stale TPM simulator support
We don't need the MOUNT_ENCRYPTED_KEY_PATH after we replaced the stale
TPM simulator with the driver-level TPM simulator.
It's time to remove it.
BUG=b:203195852, b:174807059
BRANCH=none
TEST=crossystem clear_tpm_owner_request=1
Signed-off-by: Yi Chou <yich@google.com>
Change-Id: I7c1c9c16697b1bbda9adea13448fdb9cffd9cc7b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/vboot_reference/+/3358669
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Leo Lai <cylai@google.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -214,15 +214,6 @@ else CFLAGS += -DTPM2_SIMULATOR=0 endif -# VTPM_PROXY indicates whether the TPM driver simulator feature -# is enable or not. -# This flag only takes effect when TPM2_SIMULATOR is enabled. -ifneq ($(filter-out 0,${VTPM_PROXY}),) -CFLAGS += -DVTPM_PROXY=1 -else -CFLAGS += -DVTPM_PROXY=0 -endif - # NOTE: We don't use these files but they are useful for other packages to # query about required compiling/linking flags. PC_IN_FILES = vboot_host.pc.in |