15a67da1fSArd Biesheuvel# SPDX-License-Identifier: GPL-2.0 25a67da1fSArd Biesheuvel 34f2d1bbcSArd BiesheuvelKBUILD_AFLAGS += -D__DISABLE_EXPORTS 44f2d1bbcSArd Biesheuvel 55a67da1fSArd Biesheuvellib-$(CONFIG_X86_64) += la57toggle.o 64f2d1bbcSArd Biesheuvellib-$(CONFIG_EFI_MIXED) += efi-mixed.o 7*d9fa398fSArd Biesheuvel 8*d9fa398fSArd Biesheuvel# 9*d9fa398fSArd Biesheuvel# Disable objtool validation for all library code, which is intended 10*d9fa398fSArd Biesheuvel# to be linked into the decompressor or the EFI stub but not vmlinux 11*d9fa398fSArd Biesheuvel# 12*d9fa398fSArd Biesheuvel$(patsubst %.o,$(obj)/%.o,$(lib-y)): OBJECT_FILES_NON_STANDARD := y 13