Skip to content

Instantly share code, notes, and snippets.

@Kwiboo
Last active June 27, 2023 21:12
Show Gist options
  • Save Kwiboo/08badad7fec22aae2289aa9b3f5f76d8 to your computer and use it in GitHub Desktop.
Save Kwiboo/08badad7fec22aae2289aa9b3f5f76d8 to your computer and use it in GitHub Desktop.
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
#include <config.h>
/ {
#ifdef CONFIG_EFI_CAPSULE_ESL_FILE
signature {
capsule-key = /incbin/(CONFIG_EFI_CAPSULE_ESL_FILE);
};
#endif
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment