Skip to content

Commit d9e5087

Browse files
authored
Merge pull request #1745 from JonathonHall-Purism/swtpm_setup_skip_if_exist
targets/qemu.mk: Fix skip-if-exist in swtpm_setup
2 parents ece6b84 + e32a417 commit d9e5087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

targets/qemu.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616

1717
ifeq "$(CONFIG_TPM2_TSS)" "y"
1818
SWTPM_TPMVER := --tpm2
19-
SWTPM_PRESETUP := swtpm_setup --create-config-files root skip-if-exist
19+
SWTPM_PRESETUP := swtpm_setup --create-config-files root,skip-if-exist
2020
else
2121
# TPM1 is the default
2222
SWTPM_TPMVER :=
@@ -111,4 +111,4 @@ run: $(TPMDIR)/.manufacture $(ROOT_DISK_IMG) $(MEMORY_SIZE_FILE) $(USB_FD_IMG)
111111
$(QEMU_USB_TOKEN_DEV) \
112112

113113
stty sane
114-
@echo
114+
@echo

0 commit comments

Comments
 (0)