rename device project

This commit is contained in:
hathach
2013-11-01 12:17:54 +07:00
parent 077b6defe9
commit f797c4e02a
10 changed files with 0 additions and 0 deletions
@@ -0,0 +1,10 @@
#Project absolute path
build_dir = $(subst \,/,$(PWD))
proj_path = $(build_dir)/..
#get workspace absolute path
workspace_dir = $(shell cd $(proj_path)/../../.. ; pwd)
#workspace_dir = $(proj_path)/../../../
#$(warning workspace $(workspace_dir))
#include $(workspace_dir)/demos/demos.mk