drivers/node: Rename sched_note.c to to note_driver.c

prepare to support the multiple note driver

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-11 20:55:08 +08:00 committed by Petro Karashchenko
parent d7307ef26c
commit 126c93015f
2 changed files with 5 additions and 8 deletions

View File

@ -18,14 +18,11 @@
#
############################################################################
ifeq ($(CONFIG_SCHED_INSTRUMENTATION),y)
ifeq ($(CONFIG_SCHED_INSTRUMENTATION_EXTERNAL),)
CSRCS += sched_note.c
CFLAGS += ${INCDIR_PREFIX}${TOPDIR}/sched
endif
endif
ifeq ($(CONFIG_DRIVER_NOTE),y)
ifeq ($(CONFIG_SCHED_INSTRUMENTATION_EXTERNAL),)
CSRCS += note_driver.c
CFLAGS += ${INCDIR_PREFIX}${TOPDIR}/sched
endif
CSRCS += note_initialize.c
endif

View File

@ -1,5 +1,5 @@
/****************************************************************************
* drivers/note/sched_note.c
* drivers/note/note_driver.c
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with