Skip to content

Commit

Permalink
fix(lab4): fix filelist.mk
Browse files Browse the repository at this point in the history
Signed-off-by: Yiyang Wu <[email protected]>
  • Loading branch information
ToolmanP committed Oct 9, 2024
1 parent 798b000 commit f2bfc72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lab4/filelist.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SCHEDULER := $(SCHED)/sched.c
RR := $(SCHED)/policy_rr.c
ARCH_TIMER := $(ARCH_IRQ)/timer.c
IRQ := $(ARCH_IRQ)/irq.c
KERNEL_TIMER := $(IRQ)/timer.c
KERNEL_TIMER := $(KERNEL_IRQ)/timer.c
CONNECTION := $(IPC)/connection.c

FILES := $(SCHEDULER) \
Expand Down

0 comments on commit f2bfc72

Please sign in to comment.