Skip to content

Commit 6281710

Browse files
committed
quectel: Added helios sdk path.
Signed-off-by: Nikola Neskovic <nikola.neskovic@quectel.com>
1 parent d4aea58 commit 6281710

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)