From mboxrd@z Thu Jan 1 00:00:00 1970 From: frowand.list@gmail.com (Frank Rowand) Date: Wed, 18 Mar 2015 20:34:40 -0700 Subject: [patch 3/7] dt: dtb version: arm dts Makefile In-Reply-To: <550A42AC.8060104@gmail.com> References: <550A42AC.8060104@gmail.com> Message-ID: <550A43D0.8080900@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Frank Rowand Remove generated files from the dependencies of .dtb files, where the generated files are created as a result of making a .dtb. Signed-off-by: Frank Rowand --- arch/arm/boot/dts/Makefile | 10 +++ Index: b/arch/arm/boot/dts/Makefile =================================================================== --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -650,5 +650,15 @@ dtb-$(CONFIG_ARCH_MEDIATEK) += \ mt8135-evbp1.dtb endif +# These files are generated by a kernel make if .version has changed. +# Do not allow them to act as a dependency for rebuilding a .dtb that +# has included dt-bindings/version.dtsi. +PHONY += include/generated/compile.h include/generated/utsrelease.h + +# This file is generated by a .dtb make if .version_dtb has changed. +# Do not allow it to act as a dependency for rebuilding a .dtb that +# has included dt-bindings/version.dtsi. +PHONY += include/generated/compile_dtb.h + always := $(dtb-y) clean-files := *.dtb