diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-18 15:39:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-18 15:40:00 +0100 |
| commit | 41117a33aa0dde66b8964b4bc0de0082fcd40667 (patch) | |
| tree | f31bbee097400fc661ee2c7e3359726cbb7e6cca /src/libDDK/libDDK.json | |
| parent | e884793b0bc1222d17c55718765db6bb3f51f344 (diff) | |
chore: libDDK: Tweak DDK and libSystem SDK.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libDDK/libDDK.json')
| -rw-r--r-- | src/libDDK/libDDK.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libDDK/libDDK.json b/src/libDDK/libDDK.json index 24804a23..e07766b2 100644 --- a/src/libDDK/libDDK.json +++ b/src/libDDK/libDDK.json @@ -2,7 +2,7 @@ "compiler_path": "x86_64-w64-mingw32-gcc", "compiler_std": "c++20", "headers_path": ["../", "./"], - "sources_path": ["src/*.c", "src/*.cc", "src/*.S"], + "sources_path": ["src/*.c", "src/*.cpp", "src/*.S"], "output_name": "libDDK.dll", "compiler_flags": [ "-ffreestanding", @@ -20,5 +20,5 @@ "kDDKVersionLowest=0x0100", "kDDKVersion=0x0100" ], - "description": "Driver Development Kit for NeKernel." + "description": "C/C++ Driver Development Kit for the NeKernel stack." } |
