fix
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -1 +0,0 @@
|
|||||||
savedcmd_Module.symvers := /usr/lib/modules/7.1.2-arch3-1/build/scripts/mod/modpost -M -a -N -W -o Module.symvers -n -T modules.order -i /usr/lib/modules/7.1.2-arch3-1/build/Module.symvers -e
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
savedcmd_etherip6.ko := ld -r -m elf_x86_64 -z noexecstack --no-warn-rwx-segments --build-id=sha1 -T /usr/lib/modules/7.1.2-arch3-1/build/scripts/module.lds -o etherip6.ko etherip6.o etherip6.mod.o .module-common.o
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
savedcmd_etherip6.mod := printf '%s\n' etherip6.o | awk '!x[$$0]++ { print("./"$$0) }' > etherip6.mod
|
|
||||||
1108
.etherip6.mod.o.cmd
1108
.etherip6.mod.o.cmd
File diff suppressed because it is too large
Load Diff
1770
.etherip6.o.cmd
1770
.etherip6.o.cmd
File diff suppressed because it is too large
Load Diff
BIN
.module-common.o
BIN
.module-common.o
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
savedcmd_modules.order := { echo etherip6.o; :; } > modules.order
|
|
||||||
BIN
etherip6.ko
BIN
etherip6.ko
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
./etherip6.o
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
#include <linux/module.h>
|
|
||||||
#include <linux/export-internal.h>
|
|
||||||
#include <linux/compiler.h>
|
|
||||||
|
|
||||||
MODULE_INFO(name, KBUILD_MODNAME);
|
|
||||||
|
|
||||||
__visible struct module __this_module
|
|
||||||
__section(".gnu.linkonce.this_module") = {
|
|
||||||
.name = KBUILD_MODNAME,
|
|
||||||
.init = init_module,
|
|
||||||
#ifdef CONFIG_MODULE_UNLOAD
|
|
||||||
.exit = cleanup_module,
|
|
||||||
#endif
|
|
||||||
.arch = MODULE_ARCH_INIT,
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_INFO(depends, "");
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_INFO(srcversion, "481F4CF394EABC790E50EAD");
|
|
||||||
BIN
etherip6.mod.o
BIN
etherip6.mod.o
Binary file not shown.
BIN
etherip6.o
BIN
etherip6.o
Binary file not shown.
@@ -1 +0,0 @@
|
|||||||
etherip6.o
|
|
||||||
Reference in New Issue
Block a user