summaryrefslogtreecommitdiffhomepage
path: root/dev/libDDK
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 09:47:51 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-31 09:47:51 +0200
commit11034c004ee7b232e53d69e9f1ae9000f008285f (patch)
tree40a011167c9dbfbfa998e71754ab8cb5a6bcfac2 /dev/libDDK
parentd9c1f9ec143f02e66c0178557b76124b3e45a32d (diff)
feat: kernel: Revamped `SignalKit` framework. DDK revamp.
ci: testing improvements. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/libDDK')
-rw-r--r--dev/libDDK/libDDK.json (renamed from dev/libDDK/ddk.json)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/libDDK/ddk.json b/dev/libDDK/libDDK.json
index ffc05f5f..113dd585 100644
--- a/dev/libDDK/ddk.json
+++ b/dev/libDDK/libDDK.json
@@ -3,7 +3,7 @@
"compiler_std": "c++20",
"headers_path": ["../", "./"],
"sources_path": ["src/*.c", "src/*.cc", "src/*.S"],
- "output_name": "ddk.sys",
+ "output_name": "libDDK.dll",
"compiler_flags": [
"-ffreestanding",
"-shared",