summaryrefslogtreecommitdiffhomepage
path: root/Private/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-24 09:36:47 +0100
committerAmlal El Mahrouss <amlal@el-mahrouss-logic.com>2024-03-24 09:36:47 +0100
commitc1c1c7cb8ec2518b746804ecc2be9e0613fe685f (patch)
tree2c43f6637c9de551ad695a4d149dd66e0d6a18b7 /Private/makefile
parent09383c793fe953da6441902b4f66b1382df46738 (diff)
Kernel: Add CRC32 check inside the kernel's heap,
Handover: Rename f_VendorTable to f_RsdPtr and f_SmBios. Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/makefile')
-rw-r--r--Private/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/makefile b/Private/makefile
index f1971238..b7e99049 100644
--- a/Private/makefile
+++ b/Private/makefile
@@ -29,7 +29,7 @@ MOVEALL=./MoveAll.sh
h-core-amd64-pc: clean
$(CC) $(CCFLAGS) $(DEBUG) Source/*.cxx HALKit/AMD64/Storage/*.cxx HALKit/AMD64/PCI/*.cxx Source/Network/*.cxx\
Source/Storage/*.cxx HALKit/AMD64/*.cxx HALKit/AMD64/*.cpp HALKit/AMD64/*.s
- $(ASM) $(ASMFLAGS) HALKit/AMD64/HalInterruptRouting.asm
+ $(ASM) $(ASMFLAGS) HALKit/AMD64/HalInterruptAPI.asm
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalSMPCoreManager.asm
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalNewBoot.asm
$(ASM) $(ASMFLAGS) HALKit/AMD64/HalInstallTIB.asm