diff --git a/kernel/.cargo/config.toml b/kernel/.cargo/config.toml
index 422bf9d..e052590 100644
--- a/kernel/.cargo/config.toml
+++ b/kernel/.cargo/config.toml
@@ -1,3 +1,6 @@
 [unstable]
 build-std = ["core", "compiler_builtins", "alloc"]
 build-std-features = ["compiler-builtins-mem"]
+
+[build]
+target = "./targets/x86_64-ableos.json"