mirror of
https://github.com/chipsalliance/f4pga-examples.git
synced 2025-01-03 03:43:38 -05:00
Merge pull request #243 from byuccl/master
Strip whitespace from variable definitions in common/common.mk
This commit is contained in:
commit
c9f2c6adb6
1 changed files with 3 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
|||
TOP := $(strip ${TOP})
|
||||
TARGET := $(strip ${TARGET})
|
||||
|
||||
BUILDDIR := ${current_dir}/build
|
||||
BOARD_BUILDDIR := ${BUILDDIR}/${TARGET}
|
||||
|
||||
|
|
Loading…
Reference in a new issue