diff options
Diffstat (limited to 'arch/m68k/include/asm/mcfsim.h')
| -rw-r--r-- | arch/m68k/include/asm/mcfsim.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/mcfsim.h b/arch/m68k/include/asm/mcfsim.h index ebd0304054a..7a83e619e73 100644 --- a/arch/m68k/include/asm/mcfsim.h +++ b/arch/m68k/include/asm/mcfsim.h @@ -27,6 +27,9 @@  #elif defined(CONFIG_M5249)  #include <asm/m5249sim.h>  #include <asm/mcfintc.h> +#elif defined(CONFIG_M525x) +#include <asm/m525xsim.h> +#include <asm/mcfintc.h>  #elif defined(CONFIG_M527x)  #include <asm/m527xsim.h>  #elif defined(CONFIG_M5272) @@ -43,6 +46,8 @@  #include <asm/mcfintc.h>  #elif defined(CONFIG_M54xx)  #include <asm/m54xxsim.h> +#elif defined(CONFIG_M5441x) +#include <asm/m5441xsim.h>  #endif  /****************************************************************************/  |