x86: tangier: acpi: Drop _ADR() where _HID() is present
[oweals/u-boot.git] / arch / riscv / config.mk
index 84654eb3ed87e72a153f43ee3831377f323f0755..1ebce5bd674815be420b8817a3480af03024c77c 100644 (file)
 64bit-emul             := elf64lriscv
 
 ifdef CONFIG_32BIT
-PLATFORM_LDFLAGS       += -m $(32bit-emul)
+KBUILD_LDFLAGS         += -m $(32bit-emul)
 EFI_LDS                        := elf_riscv32_efi.lds
 endif
 
 ifdef CONFIG_64BIT
-PLATFORM_LDFLAGS       += -m $(64bit-emul)
+KBUILD_LDFLAGS         += -m $(64bit-emul)
 EFI_LDS                        := elf_riscv64_efi.lds
 endif