qmk build system
This commit is contained in:
@@ -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\
|
||||||
|
@@ -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\
|
||||||
|
@@ -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\
|
||||||
|
Reference in New Issue
Block a user