1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-13 08:40:26 +01:00

Makefile.features: output board on error

This commit is contained in:
Benjamin Valentin 2023-02-27 22:56:34 +01:00
parent 2d76fec30d
commit 0e6806d490

View File

@ -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