Skip to content

Commit

Permalink
Merge pull request #2 from tima-q/luco/shell_fix
Browse files Browse the repository at this point in the history
Remove last old config include points
  • Loading branch information
lucicop authored Feb 16, 2022
2 parents 98c417d + c84893a commit 14d07c5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
2 changes: 0 additions & 2 deletions examples/lighting-app/qpg/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ qpg_project_dir = "${chip_root}/examples/lighting-app/qpg"
examples_plat_dir = "${chip_root}/examples/platform/qpg"

qpg_sdk("sdk") {
sources = [ "${examples_plat_dir}/project_include/CHIPProjectConfig.h" ]

include_dirs = [
"${chip_root}/src/platform/qpg",
"${examples_plat_dir}",
Expand Down
2 changes: 0 additions & 2 deletions examples/lock-app/qpg/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ qpg_project_dir = "${chip_root}/examples/lock-app/qpg"
examples_plat_dir = "${chip_root}/examples/platform/qpg"

qpg_sdk("sdk") {
sources = [ "${examples_plat_dir}/project_include/CHIPProjectConfig.h" ]

include_dirs = [
"${chip_root}/src/platform/qpg",
"${examples_plat_dir}",
Expand Down
5 changes: 0 additions & 5 deletions examples/persistent-storage/qpg/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,10 @@ qpg_sdk("sdk") {
"${chip_root}/src/platform/qpg",
"${qpg_project_dir}/include",
]

sources = [ "${examples_plat_dir}/project_include/CHIPProjectConfig.h" ]

defines = []
}

qpg_executable("persistent_storage") {
include_dirs = [ "${qpg_project_dir}/.." ]
defines = []
output_name = "chip-${qpg_target_ic}-persistent_storage-example.out"

deps = []
Expand Down

0 comments on commit 14d07c5

Please sign in to comment.