diff options
author | Bunnaroath Sou <bsou@sifive.com> | 2019-02-01 13:54:02 -0800 |
---|---|---|
committer | Bunnaroath Sou <bsou@sifive.com> | 2019-02-01 13:54:02 -0800 |
commit | 0fd5ac749341e8b7dd8f91134a1c572ac1cb5e9b (patch) | |
tree | 618eea43d6a4fadfb6b0c5261d15a5e0e96ea051 /bsp/coreip-s51-arty | |
parent | e5440a966ef8e7569550c8fe4b9ff3ae08459898 (diff) |
Update BSP files and freedom-mee to reflect their latest update
Diffstat (limited to 'bsp/coreip-s51-arty')
-rw-r--r-- | bsp/coreip-s51-arty/mee.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bsp/coreip-s51-arty/mee.h b/bsp/coreip-s51-arty/mee.h index 2986388..b2fb9d2 100644 --- a/bsp/coreip-s51-arty/mee.h +++ b/bsp/coreip-s51-arty/mee.h @@ -4,6 +4,10 @@ #define COREIP_S51_ARTY__MEE_H #ifdef __MEE_MACHINE_MACROS +/* To Satisfy libmetal build */ +#ifndef __MEE_CLIC_SUBINTERRUPTS +#define __MEE_CLIC_SUBINTERRUPTS 0 +#endif #endif #ifndef __MEE_MACHINE_MACROS |