1
0
Fork 0

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>
hifive-unleashed-5.1
Jan Kiszka 2015-02-27 15:51:53 -08:00 committed by Linus Torvalds
parent 39ea34cc07
commit 586a1a125e
1 changed files with 1 additions and 0 deletions

View File

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