diff options
| author | Peter Jones <pjones@redhat.com> | 2023-06-30 14:48:17 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2025-02-11 10:43:37 -0500 |
| commit | 0322e10ecc0eb6a4acbea3f83f71b19a559aaec6 (patch) | |
| tree | c5daa94ef2a0830234c921cf8f3d07fd9142c87d /Make.defaults | |
| parent | e7b3598311c4b002417ac6364093cfab218ced88 (diff) | |
| download | efi-boot-shim-0322e10ecc0eb6a4acbea3f83f71b19a559aaec6.tar.gz efi-boot-shim-0322e10ecc0eb6a4acbea3f83f71b19a559aaec6.zip | |
Implement the rest of the loader protocol functions
This adds an implementation of Exit() and UnloadImage(), removes the
whole "loader_is_participating" mechanism and its supporting code, and
removes DISABLE_EBS_PROTECTION.
Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'Make.defaults')
| -rw-r--r-- | Make.defaults | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Make.defaults b/Make.defaults index ab11e838..c5fa32be 100644 --- a/Make.defaults +++ b/Make.defaults @@ -149,10 +149,6 @@ ifneq ($(origin REQUIRE_TPM), undefined) DEFINES += -DREQUIRE_TPM endif -ifneq ($(origin DISABLE_EBS_PROTECTION), undefined) - DEFINES += -DDISABLE_EBS_PROTECTION -endif - ifneq ($(origin DISABLE_REMOVABLE_LOAD_OPTIONS), undefined) DEFINES += -DDISABLE_REMOVABLE_LOAD_OPTIONS endif |
