diff options
| author | Steve McIntyre <steve@einval.com> | 2021-04-29 22:08:19 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-04-30 19:42:48 +0100 |
| commit | c668a2f9378eb89fa82678403f6e7739a159bfaf (patch) | |
| tree | e5f47caf5181688f646150bc0fd78bb09f2a0673 /Makefile | |
| parent | f9e637f68667eaac0d48ef14785b529c5cb7b345 (diff) | |
| download | shim-signed-c668a2f9378eb89fa82678403f6e7739a159bfaf.tar.gz shim-signed-c668a2f9378eb89fa82678403f6e7739a159bfaf.zip | |
Tweak arm64 building a lot
And various other minor packaging tweaks
Add a different description at package build time to warn users that
shim-signed on arm64 is *not* actually signed. Add a doc link to the
wiki for more details.
Comment out a lintian override for arm64
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,8 @@ all: -check: +check: check_$(EFI_ARCH) + +check_x64 check_ia32: mkdir -p build # Verifying that the image is signed with the correct key. sbverify --cert MicCorUEFCA2011_2011-06-27.crt shim$(EFI_ARCH).efi.signed @@ -11,5 +13,8 @@ check: cmp shim$(EFI_ARCH).efi.signed build/shim$(EFI_ARCH).efi.signed sha256sum shim$(EFI_ARCH).efi.signed build/shim$(EFI_ARCH).efi.signed +check_aa64: + echo "FOO" + clean: rm -rf build |
