Files
drivers_adapter_khdf_linux/network/src/Makefile
T
2021-05-14 15:11:33 +08:00

26 lines
1011 B
Makefile
Executable File

#
# Copyright (c) 2020-2021 Huawei Device Co., Ltd.
#
# This software is licensed under the terms of the GNU General Public
# License version 2, as published by the Free Software Foundation, and
# may be copied, distributed, and modified under those terms.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
#
obj-$(CONFIG_DRIVERS_HDF_WIFI) += net_device_adapter.o netbuf_adapter.o
ccflags-$(CONFIG_DRIVERS_HDF_WIFI) += \
-Idrivers/hdf/framework/model/network/common/netdevice \
-Idrivers/hdf/framework/include/net\
-Idrivers/hdf/khdf/network/include \
-Idrivers/hdf/khdf/osal/include \
-Iinclude/hdf/wifi \
-Iinclude/hdf/utils \
-Iinclude/hdf/osal \
-I../../../../third_party/bounds_checking_function/include