[Build] Fix hardcoded value from Makefile (#786)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Fri, 20 Apr 2018 04:00:25 +0000 (13:00 +0900)
committer서상민/동작제어Lab(SR)/Senior Engineer/삼성전자 <sangmin7.seo@samsung.com>
Fri, 20 Apr 2018 04:00:25 +0000 (13:00 +0900)
Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
Makefile

index bfa8268..ca0d51c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ ifeq ($(HOST_OS),linux)
 endif
 
 WORKHOME=Product
-WORKFOLDER=$(TARGET_ARCH_LC)-linux.$(BUILD_TYPE_LC)
+WORKFOLDER=$(TARGET_ARCH_LC)-$(HOST_OS).$(BUILD_TYPE_LC)
 WORKDIR=$(WORKHOME)/$(WORKFOLDER)
 
 BUILD_ROOT=$(WORKDIR)/obj