From 06e79a91882ffbe1383c8ab94fdc69e4a716a38d Mon Sep 17 00:00:00 2001 From: crasbe Date: Wed, 23 Apr 2025 11:57:18 +0200 Subject: [PATCH] examples/suit_update: fix compilation for native --- examples/advanced/suit_update/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/advanced/suit_update/Makefile b/examples/advanced/suit_update/Makefile index e662117401..f0ca686736 100644 --- a/examples/advanced/suit_update/Makefile +++ b/examples/advanced/suit_update/Makefile @@ -107,11 +107,12 @@ TESTRUNNER_RESET_AFTER_TERM ?= 1 # with ed25519 support. TEST_ON_CI_BLACKLIST = all +# Include global Makefile.include first to apply board aliasses +include $(RIOTBASE)/Makefile.include + # Add custom SUIT targets include $(CURDIR)/Makefile.suit.custom -include $(RIOTBASE)/Makefile.include - # export IFACE for test $(call target-export-variables,test-with-config test-with-config/check-config,IFACE) # export BOARD