From fc6109efd4692e21fadb5bfbfd85a5df21c8c4c4 Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Tue, 22 Mar 2022 14:16:44 -0700 Subject: [PATCH] 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 Signed-off-by: Guru Das Srinagesh --- Documentation/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Documentation/Makefile b/Documentation/Makefile index 9f4bd42cef18..494723366d40 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -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)