diff --git a/config/kernel/liteos/cortex_m/BUILD.gn b/config/kernel/liteos/cortex_m/BUILD.gn index 22bec0fda49ff6c70a51516c2c5d8b5cbb9a5808..3d8e23d2f32354b000b830954c5c39e9ef3ac725 100755 --- a/config/kernel/liteos/cortex_m/BUILD.gn +++ b/config/kernel/liteos/cortex_m/BUILD.gn @@ -9,7 +9,7 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. +# limitations under the License. config("riscv32") { defines = [] @@ -75,7 +75,8 @@ config("riscv32") { "//vendor/hisi/hi3861/hi3861/config", "//vendor/hisi/hi3861/hi3861/config/nv", "//utils/native/lite/include", - "//kernel/liteos_m/kal/cmsis", + "//vendor/hisi/hi3861/hi3861_adapter/kal/cmsis", + "//vendor/hisi/hi3861/hi3861_adapter/kal/posix/include", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/kernel/base/include", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/targets/hi3861v100/include", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/kernel/include", @@ -88,7 +89,6 @@ config("riscv32") { "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/kernel/extended/runstop", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/components/posix/include", "//vendor/hisi/hi3861/hi3861/third_party/lwip_sack/include", - "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/net/lwip_sack/include", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/components/lib/libc/musl/include", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic", "//vendor/hisi/hi3861/hi3861/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/riscv32",