diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2015-02-27 15:51:53 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-28 09:57:51 -0800 |
commit | 586a1a125eb157f0c2b9925ba878f24f4fe0c667 (patch) | |
tree | 10cab999317c429b8370f92e61cea3a768465c4b /scripts/gdb | |
parent | 39ea34cc07fb1ca8059239290967e006bbdacceb (diff) | |
download | linux-586a1a125eb157f0c2b9925ba878f24f4fe0c667.tar.bz2 |
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>
Diffstat (limited to 'scripts/gdb')
-rw-r--r-- | scripts/gdb/linux/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gdb/linux/__init__.py b/scripts/gdb/linux/__init__.py new file mode 100644 index 000000000000..4680fb176337 --- /dev/null +++ b/scripts/gdb/linux/__init__.py @@ -0,0 +1 @@ +# nothing to do for the initialization of this package |