commit | ec2383b1ed641cc8282a9a6aa40f6bb7f2befca6 | [log] [tgz] |
---|---|---|
author | b.liu <b.liu@mobiletek.cn> | Tue Jun 25 18:28:53 2024 +0800 |
committer | b.liu <b.liu@mobiletek.cn> | Tue Jun 25 18:28:53 2024 +0800 |
tree | 3736fe457950b7600a2ee78825f2e83df48ff983 | |
parent | dbc3f4b25dd6e52e2761f0ef881e0b456221edb2 [diff] [blame] |
Fix 8122 gnss build Change-Id: Ib7722db175c8916931d130a5390890c1da958017
diff --git a/mbtk/Make.defines b/mbtk/Make.defines index 757259e..3f25cb4 100755 --- a/mbtk/Make.defines +++ b/mbtk/Make.defines
@@ -158,7 +158,11 @@ ifeq ($(MBTK_GNSS_MODE), gnss_6228) DEFINE += -DMBTK_GNSS_6228 else +ifeq ($(MBTK_GNSS_MODE), gnss_5311) DEFINE += -DMBTK_GNSS_5311 +else +DEFINE += -DMBTK_GNSS_8122 +endif endif MBTK_DUMP_SUPPORT=$(shell cat $(ROOT)/config | grep CONFIG_MBTK_DUMP_SUPPORT | cut -d '=' -f 2)