![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/src/kernels/4.18.0-348.2.1.el8_5.x86_64/arch/nios2/boot/compressed/ |
# SPDX-License-Identifier: GPL-2.0 # # create a compressed vmlinux image from the original vmlinux # targets := vmlinux head.o misc.o piggy.o vmlinux.lds asflags-y := OBJECTS = $(obj)/head.o $(obj)/misc.o LDFLAGS_vmlinux := -T $(obj)/vmlinux: $(obj)/vmlinux.lds $(OBJECTS) $(obj)/piggy.o FORCE $(call if_changed,ld) LDFLAGS_piggy.o := -r --format binary --oformat elf32-littlenios2 -T $(obj)/piggy.o: $(obj)/vmlinux.scr $(obj)/../vmlinux.gz FORCE $(call if_changed,ld)