diff options
author | Mark Rutland <mark.rutland@arm.com> | 2014-02-26 17:21:26 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2014-03-07 22:04:10 +0000 |
commit | 38e0b088d322e5762ac21fb4df433e83faf128eb (patch) | |
tree | 065df4389cff906e5396d8433606a13e68dbe6b0 /arch/arm/boot/compressed/.gitignore | |
parent | 052450fdc55894a39fbae93d9bbe43947956f663 (diff) | |
download | blackbird-obmc-linux-38e0b088d322e5762ac21fb4df433e83faf128eb.tar.gz blackbird-obmc-linux-38e0b088d322e5762ac21fb4df433e83faf128eb.zip |
ARM: 7992/1: boot: compressed: ignore bswapsdi2.S
Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added
bswapsdi2.{o,S} to arch/arm/boot/compressed/Makefile, but didn't update
the .gitignore. Thus after a a build git status shows bswapsdi2.S as a
new file, which is a little annoying.
This patch updates arch/arm/boot/compressed/.gitignore to ignore
bswapsdi2.S, as we already do for ashldi3.S and others.
Signed-off-by: Mark Rutland <mark.rutland@arm.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Cc: David Woodhouse <David.Woodhouse@intel.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed/.gitignore')
-rw-r--r-- | arch/arm/boot/compressed/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/.gitignore b/arch/arm/boot/compressed/.gitignore index 47279aa96a6a..0714e0334e33 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 |