summaryrefslogtreecommitdiffhomepage
path: root/Kernel/makefile
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-02 09:25:18 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-06-02 09:25:18 +0200
commit39415bb759f7eb67fb393385c28c3d2e5d7f6857 (patch)
treec818db537a0f722e7d3dee0a7770df2ef1ebe3f6 /Kernel/makefile
parentc34c46598c12b04b2877aa7290dd401cc40a29e3 (diff)
MHR-23: Porting to ARM64 now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/makefile')
-rw-r--r--Kernel/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/makefile b/Kernel/makefile
index 14bd1cae..c550956a 100644
--- a/Kernel/makefile
+++ b/Kernel/makefile
@@ -37,7 +37,7 @@ LDFLAGS = -e __ImageStart --subsystem=17
LDOBJ = Objects/*.obj
# This file is the kernel, responsible of task management and memory.
-KERNEL = NewOSKrnl.exe
+KERNEL = newoskrnl.exe
.PHONY: error
error: