mirror of
https://github.com/ps5-linux/ps5-linux-loader.git
synced 2026-07-16 01:50:40 +00:00
More cleanup.
Rename shellcode_hypervisor to shellcode_hv and kernel_code to boot_linux.
This commit is contained in:
@@ -17,7 +17,7 @@ LDFLAGS = -T linker.ld
|
||||
TARGET = shellcode_kernel.elf
|
||||
TEXT_BIN = shellcode_kernel.bin
|
||||
|
||||
SRC = main.c utils.c kernel_code.c
|
||||
SRC = main.c utils.c boot_linux.c
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
dump = shellcode_kernel.h
|
||||
|
||||
Reference in New Issue
Block a user