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

make: strip APPLICATION variable

Trailing white spaces in the application Makefile will cause the build
system to fail otherwise.
This commit is contained in:
Oleg Hahm 2014-11-21 20:23:13 +01:00
parent 0a5efaa82d
commit 6bdf6a1577

View File

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