Files
kernel_linux_common_modules/qos_auth/auth_ctl/Makefile
T
Huzhaodong 90dc7a386f sched: add qos ctrl and authority ctrl for FFRT
ohos inclusion
category: feature
issue: #I76RYD
CVE:NA

Signed-off-by: Huzhaodong <huzhaodong@huawei.com>
2023-05-25 11:11:50 +08:00

6 lines
249 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_AUTHORITY_CTRL) += auth_qos_ctrl.o
auth_qos_ctrl-$(CONFIG_AUTHORITY_CTRL) += auth_ctrl.o
auth_qos_ctrl-$(CONFIG_QOS_CTRL) += qos_ctrl.o
auth_qos_ctrl-$(CONFIG_AUTH_QOS_DEBUG) += auth_qos_debug.o