blob: a8f4199a06959fa67a0a5804b4d03693fd3131c1 [file] [log] [blame]
# Copyright (c) 2020 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# 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.
import("//build_overrides/bouffalolab_iot_sdk.gni")
import("//build_overrides/openthread.gni")
import("${bouffalolab_iot_sdk_build_root}/bl702/bl_iot_sdk.gni")
declare_args() {
# Build target to use for Bouffalo Lab IOT SDK. Use this to set global SDK defines.
bl_iot_sdk_target = ""
}
assert(bl_iot_sdk_target != "", "bl_iot_sdk_target must be specified")
group("bl_iot_sdk") {
public_deps = [ bl_iot_sdk_target ]
}