Fix some builds with Kconfig.
[coreboot.git] / src / arch / ppc / include / arch / boot / boot.h
1 #ifndef ASM_I386_BOOT_H
2 #define ASM_I386_BOOT_H
3
4 #define ELF_CLASS       ELFCLASS32
5 #define ELF_DATA        ELFDATA2MSB
6 #define ELF_ARCH        EM_PPC
7
8 #endif /* ASM_I386_BOOT_H */