diff options
| author | Peter Jones <pjones@redhat.com> | 2018-03-06 15:47:48 -0500 |
|---|---|---|
| committer | Peter Jones <pmjones@gmail.com> | 2018-03-12 16:21:43 -0400 |
| commit | 5f3adcc2c0ff8ce94390090e804d0db84f6cbdba (patch) | |
| tree | 6fbda2139b3208a3895e0984aff3f269091cc765 | |
| parent | 79cdb2a215de2ace7d1bf0a294165a04b726c70a (diff) | |
| download | efi-boot-shim-5f3adcc2c0ff8ce94390090e804d0db84f6cbdba.tar.gz efi-boot-shim-5f3adcc2c0ff8ce94390090e804d0db84f6cbdba.zip | |
Document REQUIRE_TPM
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | BUILDING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,6 +33,8 @@ Variables you could set to customize the build: install targets - ENABLE_HTTPBOOT build support for http booting +- REQUIRE_TPM + if tpm logging or extends return an error code, treat that as a fatal error. - ARCH This allows you to do a build for a different arch that we support. For instance, on x86_64 you could do "setarch linux32 make ARCH=ia32" to get |
