maa: add maa_get_platform_type function and move swig common to type.h
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ add_executable (isr_pin6 isr_pin6.c)
|
||||
add_executable (gpio_read6 gpio_read6.c)
|
||||
add_executable (spi_mcp4261 spi_mcp4261.c)
|
||||
add_executable (mmap-io2 mmap-io2.c)
|
||||
add_executable (blink_onboard blink_onboard.c)
|
||||
|
||||
include_directories(${PROJECT_SOURCE_DIR}/api)
|
||||
|
||||
@@ -19,6 +20,7 @@ target_link_libraries (isr_pin6 maa)
|
||||
target_link_libraries (gpio_read6 maa)
|
||||
target_link_libraries (spi_mcp4261 maa)
|
||||
target_link_libraries (mmap-io2 maa)
|
||||
target_link_libraries (blink_onboard maa)
|
||||
|
||||
add_subdirectory (c++)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user