This commit is contained in:
tuna2134
2026-07-11 12:18:03 +09:00
parent f305045a0b
commit 8d2108a727
15 changed files with 0 additions and 3984 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1 +0,0 @@
savedcmd_Module.symvers := /usr/lib/modules/7.1.3-arch1-1/build/scripts/mod/modpost -M -a -N -o Module.symvers -n -T modules.order -i /usr/lib/modules/7.1.3-arch1-1/build/Module.symvers -e

View File

@@ -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.3-arch1-1/build/scripts/module.lds -o etherip6.ko etherip6.o etherip6.mod.o .module-common.o

View File

@@ -1 +0,0 @@
savedcmd_etherip6.mod := printf '%s\n' etherip6.o | awk '!x[$$0]++ { print("./"$$0) }' > etherip6.mod

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -1 +0,0 @@
savedcmd_modules.order := { echo etherip6.o; :; } > modules.order

View File

Binary file not shown.

View File

@@ -1 +0,0 @@
./etherip6.o

View File

@@ -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, "4BA7F5574A683C00B097C2C");

Binary file not shown.

Binary file not shown.

View File

@@ -1 +0,0 @@
etherip6.o