qmk build system
This commit is contained in:
parent
2c7390deb3
commit
3f3b4f1566
|
|
@ -1,6 +1,6 @@
|
|||
###################################################################
|
||||
#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\
|
||||
echo $$QTOP;\
|
||||
else\
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
###################################################################
|
||||
#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\
|
||||
echo $$QTOP;\
|
||||
else\
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
###################################################################
|
||||
#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\
|
||||
echo $$QTOP;\
|
||||
else\
|
||||
|
|
|
|||
Loading…
Reference in New Issue