mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
Build: Update the Kernel makefile to build the latest changes
This commit is contained in:
parent
4448597c64
commit
36eea5fa60
Notes:
sideshowbarker
2024-07-19 09:05:57 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/36eea5fa601 Pull-request: https://github.com/SerenityOS/serenity/pull/1274 Reviewed-by: https://github.com/awesomekling Reviewed-by: https://github.com/shannonbooth
1 changed files with 12 additions and 4 deletions
|
@ -12,11 +12,17 @@ OBJS = \
|
|||
../Libraries/LibBareMetal/Output/Console.o \
|
||||
../Libraries/LibBareMetal/Output/kprintf.o \
|
||||
../Libraries/LibBareMetal/StdLib.o \
|
||||
Arch/i386/APIC.o \
|
||||
Arch/i386/CPU.o \
|
||||
Arch/i386/PIC.o \
|
||||
Arch/i386/PIT.o \
|
||||
Interrupts/InterruptManagement.o \
|
||||
Interrupts/APIC.o \
|
||||
Interrupts/IOAPIC.o \
|
||||
Interrupts/PIC.o \
|
||||
Interrupts/GenericInterruptHandler.o \
|
||||
Interrupts/UnhandledInterruptHandler.o \
|
||||
Interrupts/IRQHandler.o \
|
||||
Interrupts/SharedIRQHandler.o \
|
||||
CMOS.o \
|
||||
Devices/PIT.o \
|
||||
Devices/BXVGADevice.o \
|
||||
Devices/BlockDevice.o \
|
||||
Devices/CharacterDevice.o \
|
||||
|
@ -40,6 +46,7 @@ OBJS = \
|
|||
Devices/SerialDevice.o \
|
||||
Devices/ZeroDevice.o \
|
||||
Devices/VMWareBackdoor.o \
|
||||
Devices/HardwareTimer.o \
|
||||
DoubleBuffer.o \
|
||||
FileSystem/Custody.o \
|
||||
FileSystem/DevPtsFS.o \
|
||||
|
@ -57,7 +64,6 @@ OBJS = \
|
|||
FileSystem/VirtualFileSystem.o \
|
||||
Heap/SlabAllocator.o \
|
||||
Heap/kmalloc.o \
|
||||
IRQHandler.o \
|
||||
KBufferBuilder.o \
|
||||
KParams.o \
|
||||
KSyms.o \
|
||||
|
@ -77,6 +83,7 @@ OBJS = \
|
|||
PCI/IOAccess.o \
|
||||
PCI/MMIOAccess.o \
|
||||
PCI/Initializer.o \
|
||||
PCI/Device.o \
|
||||
PerformanceEventBuffer.o \
|
||||
Process.o \
|
||||
ProcessTracer.o \
|
||||
|
@ -107,6 +114,7 @@ OBJS = \
|
|||
ACPI/ACPIStaticParser.o \
|
||||
ACPI/ACPIDynamicParser.o \
|
||||
ACPI/DMIDecoder.o \
|
||||
ACPI/MultiProcessorParser.o \
|
||||
WaitQueue.o \
|
||||
init.o
|
||||
|
||||
|
|
Loading…
Reference in a new issue