Skip to content

Commit 48bcf95

Browse files
committed
quectel: Added helios sdk path.
1 parent 5173484 commit 48bcf95

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ports/quectel/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
TOP := ../..
2+
ifneq ($(HeliosSDK_PATH),)
3+
ROOT := $(HeliosSDK_PATH)
4+
else
25
ROOT := $(TOP)/../..
6+
endif
37

48
include ../../py/mkenv.mk
59
include mpconfigport.mk

0 commit comments

Comments
 (0)