diff options
| -rw-r--r-- | doc/requirements/NE_ARCH.md | 2 | ||||
| -rw-r--r-- | drivers/.keep | 1 | ||||
| -rw-r--r-- | tools/kmnt.py | 6 | ||||
| -rwxr-xr-x | updater.sh | 2 | ||||
| -rw-r--r-- | updater/__init__.py (renamed from tools/__init__.py) | 0 | ||||
| -rwxr-xr-x | updater/updater.py (renamed from tools/updater.py) | 0 |
6 files changed, 9 insertions, 2 deletions
diff --git a/doc/requirements/NE_ARCH.md b/doc/requirements/NE_ARCH.md index ae2c7fd..d50ccae 100644 --- a/doc/requirements/NE_ARCH.md +++ b/doc/requirements/NE_ARCH.md @@ -1,4 +1,4 @@ -# __ne_arch: Architecture Identification Macro. +# __ne_arch: The architecture Identification Macro. ## Abstract: diff --git a/drivers/.keep b/drivers/.keep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/drivers/.keep @@ -0,0 +1 @@ + diff --git a/tools/kmnt.py b/tools/kmnt.py new file mode 100644 index 0000000..7180a0a --- /dev/null +++ b/tools/kmnt.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- + +import sys + +if __name__ == "__main__": + sys.exit(0) @@ -1,6 +1,6 @@ #! /bin/sh -python3 ./tools/__init__.py +python3 ./updater/__init__.py diff --git a/tools/__init__.py b/updater/__init__.py index eeef556..eeef556 100644 --- a/tools/__init__.py +++ b/updater/__init__.py diff --git a/tools/updater.py b/updater/updater.py index b86fcec..b86fcec 100755 --- a/tools/updater.py +++ b/updater/updater.py |
