OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
scripts
/
mod
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
.gitignore
55 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
Makefile
826 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
devicetable-offsets.c
6.1 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
empty.c
54 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
file2alias.c
39.61 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
mk_elfconfig.c
1.24 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
modpost.c
67.09 KB
11/01/2022 04:52:05 PM
rw-r--r--
📄
modpost.h
4.85 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
sumversion.c
11.93 KB
01/28/2018 09:20:33 PM
rw-r--r--
Editing: Makefile
Close
# SPDX-License-Identifier: GPL-2.0 OBJECT_FILES_NON_STANDARD := y hostprogs-y := modpost mk_elfconfig always := $(hostprogs-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