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:
parent
d7307ef26c
commit
126c93015f
@ -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_DRIVER_NOTE),y)
|
||||||
|
ifeq ($(CONFIG_SCHED_INSTRUMENTATION_EXTERNAL),)
|
||||||
|
CSRCS += note_driver.c
|
||||||
|
CFLAGS += ${INCDIR_PREFIX}${TOPDIR}/sched
|
||||||
|
endif
|
||||||
CSRCS += note_initialize.c
|
CSRCS += note_initialize.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -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
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
* contributor license agreements. See the NOTICE file distributed with
|
* contributor license agreements. See the NOTICE file distributed with
|
Loading…
Reference in New Issue
Block a user