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

strip BOARD variable

This commit is contained in:
Oleg Hahm 2014-01-08 16:46:16 +01:00
parent b7c209e39f
commit fc359cd9f4

View File

@ -26,6 +26,8 @@ else
endif
export AD
BOARD := $(strip $(BOARD))
# mandatory includes!
include $(RIOTBASE)/Makefile.modules
include $(RIOTBOARD)/$(BOARD)/Makefile.include