Skip to content

Commit 75c54b5

Browse files
wkkunakgugala
authored andcommitted
Makefile: Update help message
'i3c_verify' target no longer exists, propose 'i3c_axi_verify' instread. Signed-off-by: Wiktoria Kuna <[email protected]>
1 parent d6485f3 commit 75c54b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ include $(TOOL_DIR)/simulators/Makefile.$(SIMULATOR)
4545
# Ensure `make test` is called with `TEST` flag set
4646
ifeq ($(MAKECMDGOALS), test)
4747
ifndef TEST
48-
$(error Run this target with the `TEST` flag set, i.e. 'TEST=i3c make test')
48+
$(error Run this target with the `TEST` flag set, i.e. 'TEST=i3c_axi make test')
4949
endif
5050
endif
5151

0 commit comments

Comments
 (0)