Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Linux/arch/microblaze/boot/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 890 B image not shown  

Quelle  Makefile   Sprache: unbekannt

 
SPDX-License-Identifier: GPL-2.0
java.lang.NullPointerException
arch/microblaze/boot/Makefile
java.lang.NullPointerException

targets := linux.bin linux.bin.gz linux.bin.ub simpleImage.*

OBJCOPYFLAGS := -R .note -R .comment -R .note.gnu.build-id -O binary

$(obj)/linux.bin: vmlinux FORCE
 $(call if_changed,objcopy)

$(obj)/linux.bin.ub: $(obj)/linux.bin FORCE
 $(call if_changed,uimage)

$(obj)/linux.bin.gz: $(obj)/linux.bin FORCE
 $(call if_changed,gzip)

quiet_cmd_strip = STRIP   $< $@$2
 cmd_strip = $(STRIP) -K microblaze_start -K _end -K __log_buf \
    -K _fdt_start $< -o $@$2

UIMAGE_LOADADDR = $(CONFIG_KERNEL_BASE_ADDR)

$(obj)/simpleImage.$(DTB): vmlinux FORCE
 $(call if_changed,objcopy)

$(obj)/simpleImage.$(DTB).ub: $(obj)/simpleImage.$(DTB) FORCE
 $(call if_changed,uimage)

$(obj)/simpleImage.$(DTB).unstrip: vmlinux FORCE
 $(call if_changed,copy)

$(obj)/simpleImage.$(DTB).strip: vmlinux FORCE
 $(call if_changed,strip)

Messung V0.5
C=96 H=91 G=93

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]