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:
parent
0a5efaa82d
commit
6bdf6a1577
@ -22,6 +22,7 @@ else
|
||||
endif
|
||||
|
||||
BOARD := $(strip $(BOARD))
|
||||
APPLICATION := $(strip $(APPLICATION))
|
||||
|
||||
# provide common external programs for `Makefile.include`s
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user