mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 03:27:03 +02:00
Documentation: Avoid cleaning devicetree bindings
'make mrproper' runs through all the sub-directories and cleans up generated files. As the dt-schema checking makefile is not being done/not present, update the makefile to avoid looking for the makefile. Change-Id: I686381e1a1fef459e71aafae975f602a2c8cf89c Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org> Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
This commit is contained in:
parent
b1df6fa11b
commit
fc6109efd4
|
|
@ -2,9 +2,6 @@
|
|||
# Makefile for Sphinx documentation
|
||||
#
|
||||
|
||||
# for cleaning
|
||||
subdir- := devicetree/bindings
|
||||
|
||||
# Check for broken documentation file references
|
||||
ifeq ($(CONFIG_WARN_MISSING_DOCUMENTS),y)
|
||||
$(shell $(srctree)/scripts/documentation-file-ref-check --warn)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user