mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
8fac9c7b7d
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>
16 lines
502 B
Makefile
16 lines
502 B
Makefile
###
|
|
# 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
|