Merge pull request #1924 from OlegHahm/strip_application_name

make: strip white space from application name
This commit is contained in:
René Kijewski 2014-11-23 15:51:42 +01:00
commit bfbb1a353d

View File

@ -22,6 +22,7 @@ else
endif
BOARD := $(strip $(BOARD))
APPLICATION := $(strip $(APPLICATION))
# provide common external programs for `Makefile.include`s