diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-powerpc/mpc8xx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-powerpc/mpc8xx.h b/include/asm-powerpc/mpc8xx.h index e05ba6b1b000..580371120e1a 100644 --- a/include/asm-powerpc/mpc8xx.h +++ b/include/asm-powerpc/mpc8xx.h | |||
@@ -15,6 +15,10 @@ | |||
15 | #include <platforms/fads.h> | 15 | #include <platforms/fads.h> |
16 | #endif | 16 | #endif |
17 | 17 | ||
18 | #if defined(CONFIG_MPC86XADS) | ||
19 | #include <platforms/8xx/mpc86xads.h> | ||
20 | #endif | ||
21 | |||
18 | #if defined(CONFIG_MPC885ADS) | 22 | #if defined(CONFIG_MPC885ADS) |
19 | #include <platforms/8xx/mpc885ads.h> | 23 | #include <platforms/8xx/mpc885ads.h> |
20 | #endif | 24 | #endif |