#
# Copyright (C) 2021. Hisilicon Technologies Co., Ltd.
# All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 and
# only version 2 as published by the Free Software Foundation.
#
# 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.
#

INCLUDE_DIR += \
	-I$(HVGR_PATH)/sch \
	-I$(HVGR_PATH)/sch/cq \
	-I$(HVGR_PATH)/sch/cq/sched \
	-I$(HVGR_PATH)/sch/cq/driver \
	-I$(HVGR_PATH)/sch/cq/driver/$(CHIP_VER_DIR) \
	-I$(HVGR_PATH)/sch/cq/sched/sched_policy \
	-I$(HVGR_PATH)/sch/cq/sched/sched_policy/$(CHIP_VER_DIR) \
	-I$(HVGR_PATH)/sch/softjob
SRC += \
	$(HVGR_ROOT)/sch/softjob/hvgr_ksync.c \
	$(HVGR_ROOT)/sch/softjob/hvgr_ksync_dma_fence.c \
	$(HVGR_ROOT)/sch/softjob/hvgr_msync.c \
	$(HVGR_ROOT)/sch/softjob/hvgr_softjob.c \
	$(HVGR_ROOT)/sch/softjob/hvgr_softjob_api.c \
	$(HVGR_ROOT)/sch/softjob/hvgr_wq.c
