qmk build system

This commit is contained in:
Jimmy
2020-07-14 14:12:04 +08:00
parent 2c7390deb3
commit 3f3b4f1566
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
################################################################### ###################################################################
#automatic detection QTOP and LOCALDIR #automatic detection QTOP and LOCALDIR
$(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))) CUR_DIR := $(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
TRYQTOP := $(shell if [ -n "$$QTOP" ] ; then\ TRYQTOP := $(shell if [ -n "$$QTOP" ] ; then\
echo $$QTOP;\ echo $$QTOP;\
else\ else\

View File

@@ -1,6 +1,6 @@
################################################################### ###################################################################
#automatic detection QTOP and LOCALDIR #automatic detection QTOP and LOCALDIR
$(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))) CUR_DIR := $(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
TRYQTOP := $(shell if [ -n "$$QTOP" ] ; then\ TRYQTOP := $(shell if [ -n "$$QTOP" ] ; then\
echo $$QTOP;\ echo $$QTOP;\
else\ else\

View File

@@ -1,6 +1,6 @@
################################################################### ###################################################################
#automatic detection QTOP and LOCALDIR #automatic detection QTOP and LOCALDIR
$(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST))))) CUR_DIR := $(patsubst %/,%,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
TRYQTOP := $(shell if [ -n "$$QTOP" ] ; then\ TRYQTOP := $(shell if [ -n "$$QTOP" ] ; then\
echo $$QTOP;\ echo $$QTOP;\
else\ else\