From 6bdf6a15779dab06254a6c4ea800d8c9ee6710a4 Mon Sep 17 00:00:00 2001
From: Oleg Hahm <oleg@hobbykeller.org>
Date: Fri, 21 Nov 2014 20:23:13 +0100
Subject: [PATCH] make: strip APPLICATION variable

Trailing white spaces in the application Makefile will cause the build
system to fail otherwise.
---
 Makefile.include | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.include b/Makefile.include
index 8e1854f7b2..5cb929ea09 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -22,6 +22,7 @@ else
 endif
 
 BOARD := $(strip $(BOARD))
+APPLICATION := $(strip $(APPLICATION))
 
 # provide common external programs for `Makefile.include`s
 
-- 
GitLab