We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5173484 commit 48bcf95Copy full SHA for 48bcf95
1 file changed
ports/quectel/Makefile
@@ -1,5 +1,9 @@
1
TOP := ../..
2
+ifneq ($(HeliosSDK_PATH),)
3
+ROOT := $(HeliosSDK_PATH)
4
+else
5
ROOT := $(TOP)/../..
6
+endif
7
8
include ../../py/mkenv.mk
9
include mpconfigport.mk
0 commit comments