1# 2# Copyright (c) 2022 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 15LIGHT_ROOT_DIR = ../../../../../../framework/model/misc/light/driver 16 17obj-$(CONFIG_DRIVERS_HDF_LIGHT) += \ 18 $(LIGHT_ROOT_DIR)/src/light_driver.o 19 20ccflags-y +=-I$(srctree)/drivers/hdf/framework/model/misc/light/driver/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/include/utils \ 24 -I$(srctree)/drivers/hdf/framework/include/osal \ 25 -I$(srctree)/drivers/hdf/framework/include/platform \ 26 -I$(srctree)/drivers/hdf/framework/include/config \ 27 -I$(srctree)/drivers/hdf/framework/core/host/include \ 28 -I$(srctree)/drivers/hdf/framework/core/shared/include \ 29 -I$(srctree)/drivers/hdf/framework/utils/include \ 30 -I$(srctree)/drivers/hdf/khdf/osal/include \ 31 -I$(srctree)/bounds_checking_function/include 32