diff options
| author | Masahiro Yamada <[email protected]> | 2014-02-05 10:52:50 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-02-19 11:10:04 -0500 |
| commit | 8fac9c7b7de617c52738818663adbbeb2021f132 (patch) | |
| tree | 18be88b8f1be3c448143444dc4db241ee39d4428 /tools/kernel-doc/Makefile | |
| 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 <[email protected]>
Acked-by: Simon Glass <[email protected]>
Diffstat (limited to 'tools/kernel-doc/Makefile')
| -rw-r--r-- | tools/kernel-doc/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/kernel-doc/Makefile b/tools/kernel-doc/Makefile deleted file mode 100644 index f15a4b7bfa9..00000000000 --- a/tools/kernel-doc/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# -# Copyright (C) 2012 Marek Vasut <[email protected]> -# -# SPDX-License-Identifier: GPL-2.0+ -# - -hostprogs-y := docproc -always := $(hostprogs-y) - -HOST_EXTRACFLAGS := -pedantic |
