From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: [patch 3/7] dt: dtb version: arm dts Makefile Date: Wed, 18 Mar 2015 20:34:40 -0700 Message-ID: <550A43D0.8080900@gmail.com> References: <550A42AC.8060104@gmail.com> Reply-To: frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <550A42AC.8060104-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, Rob Herring , Grant Likely , Russell King , Michal Marek Cc: Ian Campbell , Kumar Gala , Leif Lindholm , Mark Rutland , Pawel Moll , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , linux-kbuild-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linux Kernel list List-Id: devicetree@vger.kernel.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 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html