🐛 页表拷贝的bug

This commit is contained in:
fslongjin
2022-05-06 11:44:53 +08:00
parent c9784b457c
commit b7437b24d7
7 changed files with 38 additions and 38 deletions

View File

@ -1,6 +1,6 @@
SUBDIR_ROOTS := . common
DIRS := . $(shell find $(SUBDIR_ROOTS) -type d)
GARBAGE_PATTERNS := *.o *.s~ *.s *.S~ *.c~ *.h~ kernel
GARBAGE_PATTERNS := *.o *.s~ *.s *.S~ *.c~ *.h~ kernel
GARBAGE := $(foreach DIR,$(DIRS),$(addprefix $(DIR)/,$(GARBAGE_PATTERNS)))
DIR_LIB=lib