1# Copyright (c) 2021 Huawei Device Co., Ltd. 2# 3# This software is licensed under the terms of the GNU General Public 4# License version 2, as published by the Free Software Foundation, and 5# may be copied, distributed, and modified under those terms. 6# 7# This program is distributed in the hope that it will be useful, 8# but WITHOUT ANY WARRANTY; without even the implied warranty of 9# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10# GNU General Public License for more details. 11 12USB_PNP_NOTIFY_ROOT_DIR = ./ 13obj-$(CONFIG_DRIVERS_HDF_USB_PNP_NOTIFY) += \ 14 $(USB_PNP_NOTIFY_ROOT_DIR)/src/usb_pnp_notify.o 15 16ccflags-y += -lm -lc -lgcc \ 17 -I$(srctree)/drivers/hdf/khdf/model/usb/host/include \ 18 -I$(srctree)/drivers/hdf/framework/include/utils \ 19 -I$(srctree)/drivers/hdf/framework/utils/include \ 20 -I$(srctree)/drivers/hdf/khdf/osal/include \ 21 -I$(srctree)/drivers/hdf/framework/include/core \ 22 -I$(srctree)/drivers/hdf/framework/core/common/include/host \ 23 -I$(srctree)/drivers/hdf/framework/core/shared/include \ 24 -I$(srctree)/drivers/hdf/framework/include \ 25 -I$(srctree)/drivers/hdf/framework/include/osal \ 26 -I$(srctree)/drivers/hdf/framework/include/platform \ 27 -I$(srctree)/drivers/hdf/framework/include/config \ 28 -I$(srctree)/bounds_checking_function/include 29