Skip to content

Commit

Permalink
Add wildcard to include all files from plugin-sdk except main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Apr 26, 2024
1 parent 4eb34c5 commit 5e389b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ ifeq ($(TARGET_NAME),TARGET_STAX)
else
APP_SOURCE_PATH += src_bagl
endif
APP_SOURCE_FILES += ./ethereum-plugin-sdk/src/common_utils.c
APP_SOURCE_FILES += ./ethereum-plugin-sdk/src/plugin_utils.c
APP_SOURCE_FILES += $(filter-out ./ethereum-plugin-sdk/src/main.c, $(wildcard ./ethereum-plugin-sdk/src/*.c))
INCLUDES_PATH += ./ethereum-plugin-sdk/src
APP_SOURCE_FILES += ${BOLOS_SDK}/lib_standard_app/crypto_helpers.c
APP_SOURCE_FILES += ${BOLOS_SDK}/lib_standard_app/format.c
Expand Down

0 comments on commit 5e389b2

Please sign in to comment.