Merge pull request #243 from byuccl/master
Strip whitespace from variable definitions in common/common.mk
This commit is contained in:
commit
c9f2c6adb6
|
@ -1,3 +1,6 @@
|
||||||
|
TOP := $(strip ${TOP})
|
||||||
|
TARGET := $(strip ${TARGET})
|
||||||
|
|
||||||
BUILDDIR := ${current_dir}/build
|
BUILDDIR := ${current_dir}/build
|
||||||
BOARD_BUILDDIR := ${BUILDDIR}/${TARGET}
|
BOARD_BUILDDIR := ${BUILDDIR}/${TARGET}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue