mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 18:57:36 +00:00
Kernel: Move kmalloc() into a Kernel/Heap/ directory
This commit is contained in:
parent
6557a31049
commit
1c692e87a6
11 changed files with 14 additions and 16 deletions
|
@ -2,7 +2,7 @@ include ../Makefile.common
|
|||
|
||||
KERNEL_OBJS = \
|
||||
init.o \
|
||||
kmalloc.o \
|
||||
Heap/kmalloc.o \
|
||||
StdLib.o \
|
||||
Lock.o \
|
||||
Arch/i386/CPU.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue