diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-22 06:22:04 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-22 06:22:04 +0100 |
| commit | 6bb44fdb31b8927e8e66e24ea187b2d2b79f591d (patch) | |
| tree | a925dc052a8e1fcd6fcd322b8006ffdd9e39199a /tools/kconf.py | |
| parent | 251e0e9927a75f6193d9780d8a11aacb43111739 (diff) | |
chore: modules conversion from .cc to .cpp.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'tools/kconf.py')
| -rwxr-xr-x | tools/kconf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/kconf.py b/tools/kconf.py index 0c892aa0..f6403aee 100755 --- a/tools/kconf.py +++ b/tools/kconf.py @@ -4,6 +4,7 @@ import os, json, sys if __name__ == '__main__': + print("kconf: running config script...") sys.exit(0) |
