foc: Odroid-X2 basic support

Fix #1597
This commit is contained in:
Alexy Gallardo Segura
2015-04-28 08:04:37 -04:00
committed by Norman Feske
parent c42e770384
commit c14fe7e6c7
19 changed files with 929 additions and 4 deletions

View File

@@ -2,7 +2,11 @@ proc have_platform_drv {} {
if {[have_spec linux]} {
return 0
}
return [expr [have_spec platform_arndale] || [have_spec platform_imx53] || [have_spec platform_rpi] || [have_spec x86]]
return [expr [have_spec platform_arndale] \
|| [have_spec platform_imx53] \
|| [have_spec platform_rpi] \
|| [have_spec platform_odroid_x2] \
|| [have_spec x86]]
}
proc append_platform_drv_build_components {} {