sched/paging: Fix typo error in Make.defs

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-04-29 22:30:34 +08:00 committed by patacongo
parent 36108d814e
commit bf7dcbcfe2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
#
############################################################################
ifneq ($(CONFIG_PAGING),y)
ifeq ($(CONFIG_PAGING),y)
CSRCS += pg_miss.c pg_worker.c