blob: a0824aeab6735e54a3ded1c0b5c1331ce3898dff (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Copyright (C) 2019 Intel Corporation. All rights reserved.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
# # This will generate SDK for both runtime and wasm application
config:
./build_sdk.sh -i
menuconfig:
./menuconfig.sh
|