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:
parent
2d76fec30d
commit
0e6806d490
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user