Makefile (4f2c0a4acffbec01079c28f839422e64ddeff004) Makefile (538bc0f40b364f2c7b81f11aa163f723b138b40f)
1#
2# arch/arm64/boot/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies.
6#
7# This file is subject to the terms and conditions of the GNU General Public
8# License. See the file "COPYING" in the main directory of this archive

--- 28 unchanged lines hidden (view full) ---

37 $(call if_changed,lzo)
38
39$(obj)/Image.zst: $(obj)/Image FORCE
40 $(call if_changed,zstd)
41
42EFI_ZBOOT_PAYLOAD := Image
43EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
44EFI_ZBOOT_MACH_TYPE := ARM64
1#
2# arch/arm64/boot/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies.
6#
7# This file is subject to the terms and conditions of the GNU General Public
8# License. See the file "COPYING" in the main directory of this archive

--- 28 unchanged lines hidden (view full) ---

37 $(call if_changed,lzo)
38
39$(obj)/Image.zst: $(obj)/Image FORCE
40 $(call if_changed,zstd)
41
42EFI_ZBOOT_PAYLOAD := Image
43EFI_ZBOOT_BFD_TARGET := elf64-littleaarch64
44EFI_ZBOOT_MACH_TYPE := ARM64
45EFI_ZBOOT_FORWARD_CFI := $(CONFIG_ARM64_BTI_KERNEL)
45
46include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot
46
47include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot