[PATCH] ARM: boot: compressed: ignore bswapsdi2.S
Nicolas Pitre
nicolas.pitre at linaro.org
Thu Feb 20 15:30:31 EST 2014
On Thu, 20 Feb 2014, Mark Rutland wrote:
> Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added
> bswapsdi2.{o,S} to arch/arm/boot/compress/Makefile, but didn't update
> the .gitignore. Thus after a build git status shows bswapsdi2.S as a new
> file, which is a little annoying.
>
> This patch updates arch/arm/boot/compress/.gitignore to ignore
> bswapsdi2.S, as we already do for ashldi3.S and others.
>
> Signed-off-by: Mark Rutland <mark.rutland at arm.com>
> Cc: Kim Phillips <kim.phillips at freescale.com>
> Cc: Nicolas Pitre <nico at linaro.org>
> Cc: David Woodhouse <David.Woodhouse at intel.com>
> Cc: Russell King <rmk+kernel at arm.linux.org.uk>
Acked-by: Nicolas Pitre <nico at linaro.org>
> ---
> arch/arm/boot/compressed/.gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore
> index 47279aa..0714e03 100644
> --- a/arch/arm/boot/compressed/.gitignore
> +++ b/arch/arm/boot/compressed/.gitignore
> @@ -1,4 +1,5 @@
> ashldi3.S
> +bswapsdi2.S
> font.c
> lib1funcs.S
> hyp-stub.S
> --
> 1.8.1.1
>
More information about the linux-arm-kernel
mailing list