Skip to content

Commit

Permalink
[Zephyr common] fix build issue when the device type used is ALL_CLUS…
Browse files Browse the repository at this point in the history
…TERS
  • Loading branch information
yeaissa committed Nov 30, 2023
1 parent 05364a2 commit daec237
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/all-clusters-app/nxp/zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ if(CONFIG_CHIP_APP_DEVICE_TYPE_ALL_CLUSTERS)
${ALL_CLUSTERS_COMMON_DIR}/src/air-quality-instance.cpp
${ALL_CLUSTERS_COMMON_DIR}/src/concentration-measurement-instances.cpp
${ALL_CLUSTERS_COMMON_DIR}/src/resource-monitoring-delegates.cpp
${ALL_CLUSTERS_NXP_COMMON_DIR}/main/ICDUtil.cpp
)
elseif(CONFIG_CHIP_APP_DEVICE_TYPE_LAUNDRY_WASHER)
chip_configure_data_model(app
Expand Down

0 comments on commit daec237

Please sign in to comment.