Skip to content

Commit 1cc8f34

Browse files
committed
export SUIT_CLASS_ID from suit.inc.mk
1 parent 05b965a commit 1cc8f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

makefiles/suit.inc.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ SUIT_NOTIFY_MANIFEST ?= $(SUIT_MANIFEST_BASENAME).$(SUIT_NOTIFY_VERSION).bin
3535
# Long manifest names require more buffer space when parsing
3636
export CFLAGS += -DCONFIG_SOCK_URLPATH_MAXLEN=128
3737
export CFLAGS += -DSUIT_VENDOR_DOMAIN="\"$(SUIT_VENDOR)\""
38+
export CFLAGS += -DSUIT_CLASS_ID="\"$(SUIT_CLASS)\""
3839

3940
SUIT_MANIFEST_PAYLOADS ?= $(SLOT0_RIOT_BIN) $(SLOT1_RIOT_BIN)
4041
SUIT_MANIFEST_SLOTFILES ?= $(SLOT0_RIOT_BIN):$(SLOT0_OFFSET) \

0 commit comments

Comments
 (0)