summaryrefslogtreecommitdiffstats
path: root/plugin
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2018-10-17 11:42:45 +0200
committerTobias Jahnke <tobias.jahnke@microchip.com>2018-12-18 10:24:00 +0100
commit084abb4a7f2b1e1aa43e686e1bcb8cd80883b5a1 (patch)
tree8cbba71e0350c9200c9e61670204fc4024c542b5 /plugin
parent0167d4ea4fdb93f12fd0613365e52b8078c05e40 (diff)
4a-hal-unicens: define different json files
Add different json files for OS81118 and OS81210. Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt
index df83eed..2672f72 100644
--- a/plugin/CMakeLists.txt
+++ b/plugin/CMakeLists.txt
@@ -45,8 +45,8 @@ PROJECT_TARGET_ADD(hal-unicens)
target_include_directories(${TARGET_NAME}
PRIVATE "${CMAKE_SOURCE_DIR}/app-controller/ctl-lib"
- PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-controllers"
- PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-manager"
- PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-utilities"
+ #PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-controllers"
+ #PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-manager"
+ #PRIVATE "${CMAKE_SOURCE_DIR}/4a-hal/4a-hal-utilities"
PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/ucs2-vol/inc"
)