aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch/x86/include/arch/elf.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/objtool/arch/x86/include/arch/elf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/objtool/arch/x86/include/arch/elf.h b/tools/objtool/arch/x86/include/arch/elf.h
new file mode 100644
index 000000000000..69cc4264b28a
--- /dev/null
+++ b/tools/objtool/arch/x86/include/arch/elf.h
@@ -0,0 +1,6 @@
+#ifndef _OBJTOOL_ARCH_ELF
+#define _OBJTOOL_ARCH_ELF
+
+#define R_NONE R_X86_64_NONE
+
+#endif /* _OBJTOOL_ARCH_ELF */