Files
xxx 50f28e422b no message
Match-id-0468d62f56ccb59545af0c96975b0fb3996252ae
2022-11-09 09:49:04 +08:00

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