summaryrefslogtreecommitdiffhomepage
path: root/dev/ZKA/ArchKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ZKA/ArchKit')
-rw-r--r--dev/ZKA/ArchKit/ArchKit.hxx2
-rw-r--r--dev/ZKA/ArchKit/compile_flags.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZKA/ArchKit/ArchKit.hxx b/dev/ZKA/ArchKit/ArchKit.hxx
index ba05e243..bcaaf5f7 100644
--- a/dev/ZKA/ArchKit/ArchKit.hxx
+++ b/dev/ZKA/ArchKit/ArchKit.hxx
@@ -12,7 +12,7 @@
#include <FirmwareKit/Handover.hxx>
-#ifdef __NEWOS_AMD64__
+#ifdef __ZKA_AMD64__
#include <HALKit/AMD64/HalPageAlloc.hxx>
#include <HALKit/AMD64/Hypervisor.hxx>
#include <HALKit/AMD64/Processor.hxx>
diff --git a/dev/ZKA/ArchKit/compile_flags.txt b/dev/ZKA/ArchKit/compile_flags.txt
index c15efc77..0fa2cfc6 100644
--- a/dev/ZKA/ArchKit/compile_flags.txt
+++ b/dev/ZKA/ArchKit/compile_flags.txt
@@ -4,5 +4,5 @@
-I./
-I../
-I$(HOME)/
--D__NEWOS_AMD64__
+-D__ZKA_AMD64__
-D__ED__