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>master
parent
2c92b1d673
commit
8fac9c7b7d
@ -0,0 +1,4 @@ |
||||
# |
||||
# Generated files |
||||
# |
||||
docproc |
@ -1,2 +1,16 @@ |
||||
###
|
||||
# scripts contains sources for various helper programs used throughout
|
||||
# the kernel for the build process.
|
||||
# ---------------------------------------------------------------------------
|
||||
# docproc: Used in Documentation/DocBook
|
||||
|
||||
# The following hostprogs-y programs are only build on demand
|
||||
hostprogs-y += docproc
|
||||
|
||||
# These targets are used internally to avoid "is up to date" messages
|
||||
PHONY += build_docproc
|
||||
build_docproc: scripts/docproc |
||||
@:
|
||||
|
||||
# Let clean descend into subdirs
|
||||
subdir- += basic
|
||||
|
@ -1,10 +0,0 @@ |
||||
#
|
||||
# Copyright (C) 2012 Marek Vasut <marex@denx.de>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
#
|
||||
|
||||
hostprogs-y := docproc
|
||||
always := $(hostprogs-y)
|
||||
|
||||
HOST_EXTRACFLAGS := -pedantic
|
Loading…
Reference in new issue