mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/renode: make emulate depends on board config file
This commit is contained in:
parent
d2f57c3aad
commit
9eadcb38f3
@ -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)'"
|
||||
|
Loading…
Reference in New Issue
Block a user