mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
161 B
ArmAsm
8 lines
161 B
ArmAsm
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
/*
|
||
|
* Embed SBAT data in the kernel.
|
||
|
*/
|
||
|
.pushsection ".sbat", "a", @progbits
|
||
|
.incbin CONFIG_EFI_SBAT_FILE
|
||
|
.popsection
|