diff options
| author | Rob Herring <robh@kernel.org> | 2014-01-17 16:01:27 -0600 | 
|---|---|---|
| committer | Rob Herring <robh@kernel.org> | 2014-01-17 16:01:27 -0600 | 
| commit | 361128fcbf30f590a05c8e8789155364f37367db (patch) | |
| tree | 7f7973599e286dfd48ea724a5b7fb4bca76b294e /scripts/sortextable.c | |
| parent | e2897d7e0b0460dca91b52d55ce41c888363502d (diff) | |
| parent | 482c43419fc204b4b658fa4acb80cd502e5fcbac (diff) | |
Merge remote-tracking branch 'grant/devicetree/next' into for-3.14
Diffstat (limited to 'scripts/sortextable.c')
| -rw-r--r-- | scripts/sortextable.c | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/sortextable.c b/scripts/sortextable.c index 5f7a8b663cb..7941fbdfb05 100644 --- a/scripts/sortextable.c +++ b/scripts/sortextable.c @@ -31,6 +31,10 @@  #include <tools/be_byteshift.h>  #include <tools/le_byteshift.h> +#ifndef EM_ARCOMPACT +#define EM_ARCOMPACT	93 +#endif +  #ifndef EM_AARCH64  #define EM_AARCH64	183  #endif @@ -268,6 +272,7 @@ do_file(char const *const fname)  	case EM_S390:  		custom_sort = sort_relative_table;  		break; +	case EM_ARCOMPACT:  	case EM_ARM:  	case EM_AARCH64:  	case EM_MIPS:  | 
