Tested compilation of various platforms.

This commit is contained in:
Amit Mahajan
2009-11-03 12:10:16 +05:30
parent 6e898151bc
commit 3be4cbc45c
3 changed files with 13 additions and 12 deletions

View File

@@ -125,8 +125,9 @@ unless ARCH_ARM suppress arm_menu
unless PLATFORM_EB suppress CPU_ARM1136
derive DRIVER_UART_PL011 from SUBARCH_V5 or SUBARCH_V6 or SUBARCH_V7
derive DRIVER_TIMER_SP804 from SUBARCH_V5 or SUBARCH_V6 or SUBARCH_V7
derive DRIVER_IRQ_PL190 from SUBARCH_V5
derive DRIVER_IRQ_GIC from SUBARCH_V6 or SUBARCH_V7
derive DRIVER_IRQ_PL190 from PLATFORM_PB926 or PLATFORM_AB926
derive DRIVER_IRQ_GIC from PLATFORM_PB11MPCORE or PLATFORM_PBA8 or PLATFORM_EB
# Toolchains:
default TOOLCHAIN_KERNEL from 'arm-none-eabi-'