Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/loongarch/boot/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 707 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
java.lang.NullPointerException
arch/loongarch/boot/Makefile
java.lang.NullPointerException
Copyright (C) 2020-2022 Loongson Technology Corporation Limited
java.lang.NullPointerException

drop-sections := .comment .note .options .note.gnu.build-id
strip-flags   := $(addprefix --remove-section=,$(drop-sections)) -S
OBJCOPYFLAGS_vmlinux.efi := -O binary $(strip-flags)

quiet_cmd_strip = STRIP   $@
      cmd_strip = $(STRIP) -s -o $@ $<

targets := vmlinux.elf
$(obj)/vmlinux.elf: vmlinux FORCE
 $(call if_changed,strip)

targets += vmlinux.efi
$(obj)/vmlinux.efi: vmlinux FORCE
 $(call if_changed,objcopy)

EFI_ZBOOT_PAYLOAD      := vmlinux.efi
EFI_ZBOOT_BFD_TARGET   := elf64-loongarch
EFI_ZBOOT_MACH_TYPE    := LOONGARCH64

include $(srctree)/drivers/firmware/efi/libstub/Makefile.zboot

Messung V0.5 in Prozent
C=96 H=90 G=93

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-06-07]