aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux
diff options
context:
space:
mode:
authorJan Kiszka <[email protected]>2015-02-27 15:51:53 -0800
committerLinus Torvalds <[email protected]>2015-02-28 09:57:51 -0800
commit586a1a125eb157f0c2b9925ba878f24f4fe0c667 (patch)
tree10cab999317c429b8370f92e61cea3a768465c4b /scripts/gdb/linux
parent39ea34cc07fb1ca8059239290967e006bbdacceb (diff)
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 <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux')
-rw-r--r--scripts/gdb/linux/__init__.py1
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