This commit is contained in:
tuna2134
2026-07-06 22:51:20 +09:00
parent 5fa3637a5b
commit b6240ba235
15 changed files with 0 additions and 4042 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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

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.2-arch3-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, "481F4CF394EABC790E50EAD");

Binary file not shown.

Binary file not shown.

View File

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