File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ target_include_directories(joybus INTERFACE include)
2525
2626# Add the appropriate backend
2727if (DEFINED JOYBUS_BACKEND_GECKO)
28- add_subdirectory (src/backend/gecko )
28+ add_subdirectory (src/backend/gecko_sdk )
2929elseif (DEFINED JOYBUS_BACKEND_RP2XXX)
3030 add_subdirectory (src/backend/rp2xxx )
3131elseif (DEFINED JOYBUS_BACKEND_LOOPBACK)
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ zephyr_include_directories(${LIBJOYBUS_DIR}/include)
1919
2020# Gecko backend and dependencies
2121# TODO: Gate these on CONFIG_JOYBUS_SILABS
22- zephyr_library_sources (${LIBJOYBUS_DIR} /src/backend/gecko /joybus.c )
22+ zephyr_library_sources (${LIBJOYBUS_DIR} /src/backend/gecko_sdk /joybus.c )
2323
2424zephyr_library_sources (
2525 ${ZEPHYR_HAL_SILABS_MODULE_DIR} /simplicity_sdk/platform/emlib/src/em_timer.c
You can’t perform that action at this time.
0 commit comments