aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/m32r.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-m32r/m32r.h')
-rw-r--r--include/asm-m32r/m32r.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-m32r/m32r.h b/include/asm-m32r/m32r.h
index f116649bbef3..fd2b2823762b 100644
--- a/include/asm-m32r/m32r.h
+++ b/include/asm-m32r/m32r.h
@@ -36,6 +36,10 @@
36#include <asm/mappi2/mappi2_pld.h> 36#include <asm/mappi2/mappi2_pld.h>
37#endif /* CONFIG_PLAT_MAPPI2 */ 37#endif /* CONFIG_PLAT_MAPPI2 */
38 38
39#if defined(CONFIG_PLAT_MAPPI3)
40#include <asm/mappi3/mappi3_pld.h>
41#endif /* CONFIG_PLAT_MAPPI3 */
42
39#if defined(CONFIG_PLAT_USRV) 43#if defined(CONFIG_PLAT_USRV)
40#include <asm/m32700ut/m32700ut_pld.h> 44#include <asm/m32700ut/m32700ut_pld.h>
41#endif 45#endif