summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 19:58:34 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-03-10 19:58:34 +0100
commit7cee4def2634d3c4aed59c3ab66b65bbbf1ec751 (patch)
tree976aa698ac4ca028e32f1ba07d857a53ebd4b9d4 /tools
parent9097561c8754c5e9f49a8b0f346de081b3c3bd94 (diff)
[CHORE] Update kconf python script.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/kconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kconf.py b/tools/kconf.py
index 910c7287..a54d6244 100755
--- a/tools/kconf.py
+++ b/tools/kconf.py
@@ -5,7 +5,7 @@ import os, json, sys
if __name__ == '__main__':
print("kconf: running kernel as standalone...")
- os.system("../script/debug_ahci_x64.sh")
+ os.system("../scripts/debug_ahci_x64.sh")
sys.exit(0)