1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

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