Private
Public Access
2
0

arm: add initial skeleton for arm platform support

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-11-21 00:35:57 +00:00
parent 79afd9173a
commit f9d466bb84
5 changed files with 59 additions and 1 deletions

View File

@@ -23,6 +23,11 @@ if (X86PLAT)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DX86PLAT=1")
endif()
if (ARMPLAT)
add_subdirectory(arm)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DARMPLAT=1")
endif()
set (mraa_LIB_SRCS
${mraa_LIB_SRCS_NOAUTO}
# autogenerated version file