mirror of
https://github.com/openharmony/tee_tee_os_framework.git
synced 2026-07-22 16:35:32 -04:00
50f28e422b
Match-id-0468d62f56ccb59545af0c96975b0fb3996252ae
20 lines
770 B
Makefile
20 lines
770 B
Makefile
# Copyright (C) 2022 Huawei Technologies Co., Ltd.
|
|
# Licensed under the Mulan PSL v2.
|
|
# You can use this software according to the terms and conditions of the Mulan PSL v2.
|
|
# You may obtain a copy of Mulan PSL v2 at:
|
|
# http://license.coscl.org.cn/MulanPSL2
|
|
# THIS SOFTWARE IS PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR
|
|
# IMPLIED, INCLUDING BUT NOT LIMITED TO NON-INFRINGEMENT, MERCHANTABILITY OR FIT FOR A PARTICULAR
|
|
# PURPOSE.
|
|
# See the Mulan PSL v2 for more details.
|
|
|
|
MODULE := libspawn_common$(TARG).a
|
|
|
|
inc-flags += -I$(SYSLIB)/libspawn_common/include
|
|
inc-flags += -I$(TEELIB)/libteeos/include/tee
|
|
|
|
# Source files required to build the target
|
|
libspawn_common_c_files += $(wildcard src/*.c)
|
|
|
|
include $(BUILD_LIB)/lib-common.mk
|