config.mk 355 B

123456789101112
  1. # SPDX-License-Identifier: GPL-2.0+
  2. #
  3. # (C) Copyright 2002
  4. # Gary Jennejohn, DENX Software Engineering, <garyj@denx.de>
  5. PLATFORM_RELFLAGS += -fno-common -ffixed-x18
  6. PF_NO_UNALIGNED := $(call cc-option, -mstrict-align)
  7. PLATFORM_CPPFLAGS += $(PF_NO_UNALIGNED)
  8. EFI_LDS := elf_aarch64_efi.lds
  9. EFI_CRT0 := crt0_aarch64_efi.o
  10. EFI_RELOC := reloc_aarch64_efi.o