From 0e6806d490e0fc2f99a66569e06021b886f17d7d Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Mon, 27 Feb 2023 22:56:34 +0100 Subject: [PATCH] Makefile.features: output board on error --- Makefile.features | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.features b/Makefile.features index 426933bf770a..05b5df0c51d3 100644 --- a/Makefile.features +++ b/Makefile.features @@ -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