Skip to content

Commit

Permalink
Makefile.features: output board on error
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Feb 27, 2023
1 parent 2d76fec commit 0e6806d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include $(BOARDDIR)/Makefile.features

# Sanity check
ifeq (,$(CPU))
$(error CPU must be defined by board / board_common Makefile.features)
$(error $(BOARD): CPU must be defined by board / board_common Makefile.features)
endif

include $(RIOTCPU)/$(CPU)/Makefile.features
Expand Down

0 comments on commit 0e6806d

Please sign in to comment.