mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 23:49:47 +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
|
# Sanity check
|
||||||
ifeq (,$(CPU))
|
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
|
endif
|
||||||
|
|
||||||
include $(RIOTCPU)/$(CPU)/Makefile.features
|
include $(RIOTCPU)/$(CPU)/Makefile.features
|
||||||
|
Loading…
Reference in New Issue
Block a user