diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-02-05 10:52:50 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-02-19 11:10:04 -0500 |
commit | 8fac9c7b7de617c52738818663adbbeb2021f132 (patch) | |
tree | 18be88b8f1be3c448143444dc4db241ee39d4428 /tools/.gitignore | |
parent | 2c92b1d6738c35236afaa3544d196a0d5ececa87 (diff) |
kernel-doc: move kernel-doc tools to scripts/
tools/kernel-doc/docproc.c and tools/kernel-doc/kernel-doc are
files imported from Linux Kernel.
They originally resided under scripts/ directory in Linux Kernel.
This commit moves them to the original location.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/.gitignore')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 6e4a28716bd..2a90dfe83a5 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -18,4 +18,3 @@ /easylogo/easylogo /gdb/gdbcont /gdb/gdbsend -/kernel-doc/docproc |