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

Kernel: Move PIC.cpp into Arch/i386/

This commit is contained in:
Andreas Kling 2019-07-09 14:18:03 +02:00
parent aa2cfed6b0
commit 9fdcede491
7 changed files with 13 additions and 12 deletions

View file

@ -10,7 +10,7 @@ KERNEL_OBJS = \
i8253.o \
Devices/KeyboardDevice.o \
CMOS.o \
PIC.o \
Arch/i386/PIC.o \
Syscall.o \
Devices/IDEDiskDevice.o \
VM/MemoryManager.o \