11 lines
286 B
Plaintext
11 lines
286 B
Plaintext
![]() |
#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)/../../../
|
||
|
$(info workspace $(workspace_dir))
|
||
|
|
||
|
include $(workspace_dir)/demos/demos.mk
|