make clean
This commit is contained in:
parent
b8bc541f5a
commit
c220eeb5a6
9 changed files with 0 additions and 2146 deletions
|
@ -1 +0,0 @@
|
||||||
savedcmd_/home/ubuntu/thesis/code/Module.symvers := scripts/mod/modpost -M -o /home/ubuntu/thesis/code/Module.symvers -T /home/ubuntu/thesis/code/modules.order -i Module.symvers -e
|
|
|
@ -1 +0,0 @@
|
||||||
savedcmd_/home/ubuntu/thesis/code/lkm.ko := ld -r -m elf_x86_64 -z noexecstack --no-warn-rwx-segments --build-id=sha1 -T scripts/module.lds -o /home/ubuntu/thesis/code/lkm.ko /home/ubuntu/thesis/code/lkm.o /home/ubuntu/thesis/code/lkm.mod.o
|
|
|
@ -1 +0,0 @@
|
||||||
savedcmd_/home/ubuntu/thesis/code/lkm.mod := printf '%s\n' lkm.o | awk '!x[$$0]++ { print("/home/ubuntu/thesis/code/"$$0) }' > /home/ubuntu/thesis/code/lkm.mod
|
|
1068
code/.lkm.mod.o.cmd
1068
code/.lkm.mod.o.cmd
File diff suppressed because it is too large
Load diff
1035
code/.lkm.o.cmd
1035
code/.lkm.o.cmd
File diff suppressed because it is too large
Load diff
|
@ -1 +0,0 @@
|
||||||
savedcmd_/home/ubuntu/thesis/code/modules.order := { echo /home/ubuntu/thesis/code/lkm.o; :; } > /home/ubuntu/thesis/code/modules.order
|
|
|
@ -1,38 +0,0 @@
|
||||||
#include <linux/module.h>
|
|
||||||
#define INCLUDE_VERMAGIC
|
|
||||||
#include <linux/build-salt.h>
|
|
||||||
#include <linux/elfnote-lto.h>
|
|
||||||
#include <linux/export-internal.h>
|
|
||||||
#include <linux/vermagic.h>
|
|
||||||
#include <linux/compiler.h>
|
|
||||||
|
|
||||||
#ifdef CONFIG_UNWINDER_ORC
|
|
||||||
#include <asm/orc_header.h>
|
|
||||||
ORC_HEADER;
|
|
||||||
#endif
|
|
||||||
|
|
||||||
BUILD_SALT;
|
|
||||||
BUILD_LTO_INFO;
|
|
||||||
|
|
||||||
MODULE_INFO(vermagic, VERMAGIC_STRING);
|
|
||||||
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,
|
|
||||||
};
|
|
||||||
|
|
||||||
#ifdef CONFIG_RETPOLINE
|
|
||||||
MODULE_INFO(retpoline, "Y");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_INFO(depends, "");
|
|
||||||
|
|
||||||
|
|
||||||
MODULE_INFO(srcversion, "9A55CDEDC98FB2100B64B69");
|
|
|
@ -1 +0,0 @@
|
||||||
/home/ubuntu/thesis/code/lkm.o
|
|
Loading…
Add table
Add a link
Reference in a new issue