mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-17 05:32:55 +08:00
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
|