Skip to content

Commit

Permalink
fix(lab2): add config.cmake to submit
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Nov 16, 2024
1 parent 3c786f6 commit c70f9d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lab2/filelist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ PTE := $(MM_ARCH)/page_table.c
MAIN := $(ARCH)/main.c
PGFAULT := $(ARCH)/irq/pgfault.c $(MM)/pgfault_handler.c
VMSPACE := $(MM)/vmspace.c
CONFIG := kernel/config.cmake

FILES := $(BUDDY) $(KMALLOC) $(SLAB) $(PTE) $(MAIN) $(PGFAULT) $(VMSPACE)
FILES := $(BUDDY) $(KMALLOC) $(SLAB) $(PTE) $(MAIN) $(PGFAULT) $(VMSPACE) $(CONFIG)

0 comments on commit c70f9d3

Please sign in to comment.