From 0d5478aa27f0f504c49f65712772d443c1abdc93 Mon Sep 17 00:00:00 2001 From: Brent Nelson Date: Wed, 12 Jan 2022 11:01:59 -0700 Subject: [PATCH] Strip whitespace from variable definitions. Signed-off-by: Brent Nelson --- common/common.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/common/common.mk b/common/common.mk index 301cdd8..19bd41b 100644 --- a/common/common.mk +++ b/common/common.mk @@ -1,3 +1,6 @@ +TOP := $(strip ${TOP}) +TARGET := $(strip ${TARGET}) + BUILDDIR := ${current_dir}/build BOARD_BUILDDIR := ${BUILDDIR}/${TARGET}