1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:07:35 +00:00

Kernel: Move i8253.cpp => Arch/i386/PIT.cpp

This commit is contained in:
Andreas Kling 2019-07-09 14:23:12 +02:00
parent 9fdcede491
commit 6c87d3afa9
6 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ KERNEL_OBJS = \
Arch/i386/CPU.o \
Process.o \
Thread.o \
i8253.o \
Arch/i386/PIT.o \
Devices/KeyboardDevice.o \
CMOS.o \
Arch/i386/PIC.o \