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:
Guru Das Srinagesh 2022-03-22 14:16:44 -07:00
parent b1df6fa11b
commit fc6109efd4

View File

@ -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)