Private
Public Access
2
0

uart_ow: Make onewire functionality optional but on by default

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2016-04-14 13:52:09 +01:00
parent a379eb7bf6
commit 4a52ad6c4f
6 changed files with 24 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
if (ONEWIRE)
message (STATUS "INFO - Adding onewire backend support")
set (mraa_LIB_SRCS_NOAUTO ${mraa_LIB_SRCS_NOAUTO}
${PROJECT_SOURCE_DIR}/src/uart_ow/uart_ow.c
PARENT_SCOPE
)
endif ()