Skip to content

Commit

Permalink
Cleanup plugin-sdk: Keep directory name 'src_plugin_sdk' for needed s…
Browse files Browse the repository at this point in the history
…ymlinks
  • Loading branch information
cedelavergne-ledger committed Apr 12, 2024
1 parent d53f12f commit 21587c8
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
with:
builtin: clear,rare
check_filenames: true
path: src, src_bagl, src_common, src_features, src_nbgl, src_plugin_sdk, src_plugins, doc, client
path: src, src_bagl, src_features, src_nbgl, src_plugin_sdk, src_plugins, doc, client
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev

# Application source files
APP_SOURCE_PATH += src_common src src_features src_plugins
APP_SOURCE_PATH += src_plugin_sdk src src_features src_plugins
ifeq ($(TARGET_NAME),TARGET_STAX)
APP_SOURCE_PATH += src_nbgl
else
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/unit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ FetchContent_MakeAvailable(cmocka)
add_compile_definitions(TEST DEBUG=0 SKIP_FOR_CMOCKA)

include_directories(../../src/)
include_directories(../../src_common)
include_directories(../../src_plugin_sdk)

# add cmocka tests
add_executable(test_demo tests/demo.c)
Expand Down

0 comments on commit 21587c8

Please sign in to comment.