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

Quelle  Makefile   Sprache: unbekannt

 
SPDX-License-Identifier: GPL-2.0-only
java.lang.NullPointerException
Makefile for the linux parisc-specific parts of the boot image creator.
java.lang.NullPointerException

targets := image
targets += bzImage
subdir- := compressed

$(obj)/image: vmlinux FORCE
 $(call if_changed,objcopy)

$(obj)/bzImage: $(if $(CONFIG_KERNEL_UNCOMPRESSED),$(objtree)/vmlinux,$(obj)/compressed/vmlinux) FORCE
 $(call if_changed,objcopy)

$(obj)/compressed/vmlinux: FORCE
 $(Q)$(MAKE) $(build)=$(obj)/compressed $@

Messung V0.5 in Prozent
C=93 H=95 G=93

[Dauer der Verarbeitung: 0.16 Sekunden, vorverarbeitet 2026-06-05]