11 lines
		
	
	
		
			291 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			291 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)/../../../
 | 
						|
#$(warning workspace $(workspace_dir))
 | 
						|
 | 
						|
#include $(workspace_dir)/demos/demos.mk
 |