abstract usb enable/disable interrupt to hal layer
This commit is contained in:
10
demos/device/keyboard/_makefile.defs
Normal file
10
demos/device/keyboard/_makefile.defs
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user