diff --git a/Makefile.include b/Makefile.include index 5c642bd378b11e363e900e58073751a147f6b5f0..ad2a7f29ab5f88f618d5603e67e8c52fcb20c6ec 100644 --- a/Makefile.include +++ b/Makefile.include @@ -129,6 +129,9 @@ ifeq (,$(UNZIP_HERE)) endif endif +ifeq (, ${APPLICATION}) + $(error An application name must be specified as APPLICATION.) +endif ifneq (0,$(shell test -d $(RIOTBOARD)/$(BOARD); echo $$?)) $(error The specified board $(BOARD) does not exist.) endif