xref: /linux/arch/x86/boot/compressed/sbat.S (revision d8d2b1f81530988abe2e2bfaceec1c5d30b9a0b4)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Embed SBAT data in the kernel.
4 */
5	.pushsection ".sbat", "a", @progbits
6	.incbin CONFIG_EFI_SBAT_FILE
7	.popsection
8