Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
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-5.15.0-185 /
scripts /
mod /
Delete
Unzip
Name
Size
Permission
Date
Action
.gitignore
99
B
-rw-r--r--
2021-11-01 05:53
Makefile
861
B
-rw-r--r--
2021-11-01 05:53
devicetable-offsets.c
7.31
KB
-rw-r--r--
2021-11-01 05:53
empty.c
54
B
-rw-r--r--
2021-11-01 05:53
file2alias.c
44.92
KB
-rw-r--r--
2026-06-20 00:54
mk_elfconfig.c
1.24
KB
-rw-r--r--
2021-11-01 05:53
modpost.c
65.62
KB
-rw-r--r--
2026-06-20 00:54
modpost.h
5.59
KB
-rw-r--r--
2021-11-01 05:53
sumversion.c
9.65
KB
-rw-r--r--
2026-06-20 00:54
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 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)/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