1# 2# Copyright (c) 2021 Huawei Device Co., Ltd. 3# 4# This software is licensed under the terms of the GNU General Public 5# License version 2, as published by the Free Software Foundation, and 6# may be copied, distributed, and modified under those terms. 7# 8# This program is distributed in the hope that it will be useful, 9# but WITHOUT ANY WARRANTY; without even the implied warranty of 10# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11# GNU General Public License for more details. 12# 13# 14 15MODULE_NAME := hdf_bt_model 16 17include drivers/hdf/khdf/model/network/bluetooth/env_config.mk 18 19HDF_BT_FRAMEWORKS_ROOT := ../../../../../../framework/model/network/bluetooth 20 21obj-$(CONFIG_DRIVERS_HDF_BT) += $(MODULE_NAME).o 22$(MODULE_NAME)-objs := $(HDF_BT_FRAMEWORKS_ROOT)/hdf_bt_core.o \ 23 $(HDF_BT_FRAMEWORKS_ROOT)/hdf_chip.o \ 24 $(HDF_BT_FRAMEWORKS_ROOT)/hdf_reset.o \ 25 $(HDF_BT_FRAMEWORKS_ROOT)/hdf_power.o 26 27ccflags-$(CONFIG_DRIVERS_HDF_BT) += \ 28 $(HDF_FRAMEWORKS_INC) \ 29 $(HDF_BT_FRAMEWORKS_INC) \ 30 $(SECURE_LIB_INC) 31 32