Merge pull request #243 from byuccl/master

Strip whitespace from variable definitions in common/common.mk
This commit is contained in:
TCal 2022-02-03 14:38:04 -08:00 committed by GitHub
commit c9f2c6adb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
TOP := $(strip ${TOP})
TARGET := $(strip ${TARGET})
BUILDDIR := ${current_dir}/build
BOARD_BUILDDIR := ${BUILDDIR}/${TARGET}