From 9eadcb38f38865f5db617406566091141c7eae45 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Sat, 21 Nov 2020 18:45:16 +0100 Subject: [PATCH] makefiles/renode: make emulate depends on board config file --- makefiles/tools/renode.inc.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/makefiles/tools/renode.inc.mk b/makefiles/tools/renode.inc.mk index eeb80d06cb..94acf1547b 100644 --- a/makefiles/tools/renode.inc.mk +++ b/makefiles/tools/renode.inc.mk @@ -1,6 +1,7 @@ RENODE ?= renode RENODE_IMAGE_FILE ?= $(ELFFILE) RENODE_BOARD_CONFIG ?= $(BOARDDIR)/dist/board.resc +EMULATORDEPS += $(RENODE_BOARD_CONFIG) # Use renode interactive commands to specify the image file and board config RENODE_CONFIG_FLAGS += -e "set image_file '$(RENODE_IMAGE_FILE)'"