From c310d00a6fa48eddaede60720df59af69942ccea Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 29 Jul 2024 19:16:10 +0200 Subject: [PATCH] Add flag for sdk compilation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 532441b..26c3808 100644 --- a/Makefile +++ b/Makefile @@ -80,6 +80,9 @@ ifeq ($(TARGET_NAME),$(filter $(TARGET_NAME),TARGET_STAX TARGET_FLEX)) DEFINES += ICONGLYPH_SMALL=C_chain_$(CHAIN_ID) endif +# Don't define plugin function in the plugin SDK +DEFINES += IS_NOT_A_PLUGIN + # Application allowed derivation curves. # Possibles curves are: secp256k1, secp256r1, ed25519 and bls12381g1