mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add the arch-dependent elf defines.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@101 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
03a012f2e0
commit
83ac9292bd
1 changed files with 8 additions and 0 deletions
8
include/cpu/generic/x86/arch/elf.h
Normal file
8
include/cpu/generic/x86/arch/elf.h
Normal file
|
@ -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 */
|
Loading…
Add table
Reference in a new issue