diff --git a/include/cpu/generic/x86/arch/elf.h b/include/cpu/generic/x86/arch/elf.h new file mode 100644 index 0000000000..2389888a8c --- /dev/null +++ b/include/cpu/generic/x86/arch/elf.h @@ -0,0 +1,8 @@ +#ifndef CPU_GENERIC_X86_ARCH_ELF_H +#define CPU_GENERIC_X86_ARCH_ELF_H + +#define ELF_CLASS ELFCLASS32 +#define ELF_DATA ELFDATA2LSB +#define ELF_ARCH EM_386 + +#endif /* CPU_GENERIC_X86_ARCH_ELF_H */