diff --git a/demos/device/device_os_none/.cproject b/demos/device/device_os_none/.cproject index d4d768f3..136956d5 100644 --- a/demos/device/device_os_none/.cproject +++ b/demos/device/device_os_none/.cproject @@ -112,7 +112,7 @@ - + diff --git a/demos/device/device_os_none/_makefile.defs b/demos/device/device_os_none/_makefile.defs deleted file mode 100644 index bf691d5f..00000000 --- a/demos/device/device_os_none/_makefile.defs +++ /dev/null @@ -1,10 +0,0 @@ -#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