]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - scripts/mod/modpost.h
Avoid conflict with host definitions when cross-compiling
[mirror_ubuntu-zesty-kernel.git] / scripts / mod / modpost.h
index 168b43dc0a59b6be4edea0fc5768fb2d63cfa440..6a5e1515123b3b0e38a2036726e890e76d44cf48 100644 (file)
 
 #include "elfconfig.h"
 
+/* On BSD-alike OSes elf.h defines these according to host's word size */
+#undef ELF_ST_BIND
+#undef ELF_ST_TYPE
+#undef ELF_R_SYM
+#undef ELF_R_TYPE
+
 #if KERNEL_ELFCLASS == ELFCLASS32
 
 #define Elf_Ehdr    Elf32_Ehdr