mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles/tools/usb_board_reset.mk: Add test-with-config to deps
This commit is contained in:
parent
2ace90a8fc
commit
1fcc34d119
@ -33,7 +33,7 @@ preflash-delay: preflash
|
||||
sleep $(PREFLASH_DELAY)
|
||||
endif
|
||||
|
||||
ifneq (,$(filter test term,$(MAKECMDGOALS)))
|
||||
ifneq (,$(filter test term test-with-config,$(MAKECMDGOALS)))
|
||||
term-delay: $(TERMDELAYDEPS)
|
||||
sleep $(TERM_DELAY)
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user