Skip to content

Commit

Permalink
fix: Add plugin-sdk sources
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed May 13, 2024
1 parent 1588638 commit 4981a42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ ifeq ($(FEATURE_ETH), 1)
APP_SOURCE_PATH += $(MY_DIR)/../deps/ethereum/src_common
# include bellow is necessary if HAVE_ETH2 is defined
APP_SOURCE_PATH += $(MY_DIR)/../deps/ethereum/src_plugins/
APP_SOURCE_PATH += $(MY_DIR)/../deps/ethereum/ethereum-plugin-sdk

SDK_SOURCE_PATH += lib_u2f lib_standard_app

Expand Down

0 comments on commit 4981a42

Please sign in to comment.