mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
insmod: build fix for microblaze (by Greg Steuck <greg AT nest.cx>)
This commit is contained in:
parent
85e015c7c8
commit
2794c9bb93
@ -184,6 +184,7 @@ static int insmod_ng_main(int argc, char **argv);
|
|||||||
/* Microblaze */
|
/* Microblaze */
|
||||||
#if defined(__microblaze__)
|
#if defined(__microblaze__)
|
||||||
#define USE_SINGLE
|
#define USE_SINGLE
|
||||||
|
#include <linux/elf-em.h>
|
||||||
#define MATCH_MACHINE(x) (x == EM_XILINX_MICROBLAZE)
|
#define MATCH_MACHINE(x) (x == EM_XILINX_MICROBLAZE)
|
||||||
#define SHT_RELM SHT_RELA
|
#define SHT_RELM SHT_RELA
|
||||||
#define Elf32_RelM Elf32_Rela
|
#define Elf32_RelM Elf32_Rela
|
||||||
|
Loading…
Reference in New Issue
Block a user