Skip to content

Commit 0a406e7

Browse files
committed
build: zpc: Enable supported features
Signed-off-by: Philippe Coval <[email protected]>
1 parent 4255b03 commit 0a406e7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

helper.mk

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ zpc_exe?=${build_dir}/applications/zpc/zpc
3434
exes+=${zpc_exe}
3535

3636
zpc_cmake_options?=\
37-
-DBUILD_AOXPC=OFF \
38-
-DBUILD_CPCD=OFF \
37+
-DBUILD_AOXPC=ON \
38+
-DBUILD_CPCD=ON \
3939
-DBUILD_DEV_GUI=ON \
40-
-DBUILD_EMD=OFF \
41-
-DBUILD_EPC=OFF \
42-
-DBUILD_GMS=OFF \
43-
-DBUILD_IMAGE_PROVIDER=OFF \
44-
-DBUILD_NAL=OFF \
40+
-DBUILD_EMD=ON \
41+
-DBUILD_EPC=ON \
42+
-DBUILD_GMS=ON \
43+
-DBUILD_IMAGE_PROVIDER=ON \
44+
-DBUILD_NAL=ON \
4545
-DBUILD_OTBR=OFF \
46-
-DBUILD_POSITIONING=OFF \
46+
-DBUILD_POSITIONING=OM \
4747
-DBUILD_TESTING=ON \
48-
-DBUILD_UPTI_CAP=OFF \
49-
-DBUILD_UPTI_WRITER=OFF \
50-
-DBUILD_UPVL=OFF \
48+
-DBUILD_UPTI_CAP=ON\
49+
-DBUILD_UPTI_WRITER=ON \
50+
-DBUILD_UPVL=ON \
5151
-DBUILD_ZIGBEED=OFF \
5252
-DBUILD_ZIGPC=OFF
5353

0 commit comments

Comments
 (0)