diff --git a/Makefile.include b/Makefile.include index 5c642bd37..ad2a7f29a 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