Browse Source

scripts/gdb: add empty package initialization script

This got lost during the initial merge process: Python requires an
__init__.py script, even if empty, in order to accept a directory as
package.  Add it, this time as a non-empty file.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Jan Kiszka 10 years ago
parent
commit
586a1a125e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/gdb/linux/__init__.py

+ 1 - 0
scripts/gdb/linux/__init__.py

@@ -0,0 +1 @@
+# nothing to do for the initialization of this package