diff options
author | Markos Chandras <markos.chandras@imgtec.com> | 2013-05-14 16:22:43 +0100 |
---|---|---|
committer | James Hogan <james.hogan@imgtec.com> | 2013-06-13 13:14:19 +0100 |
commit | 1a5719a097b6c98816779dc40501213c2e68d30b (patch) | |
tree | 21804cd729882899971fa91fdc14ea281b7fe250 /arch/metag | |
parent | 0184cd347a25f4a6218e197bb3498c22586cbbb0 (diff) | |
download | blackbird-obmc-linux-1a5719a097b6c98816779dc40501213c2e68d30b.tar.gz blackbird-obmc-linux-1a5719a097b6c98816779dc40501213c2e68d30b.zip |
metag/.gitignore: Extend the *.dtb pattern to match the dtb.S files
The .SECONDARY rule for generating the *.dtb.S files added in
0b4184c26b18ecbc0ec0657f514b087c3a6216fb
"metag: avoid unnecessary builtin dtb rebuilds"
Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Signed-off-by: James Hogan <james.hogan@imgtec.com>
Diffstat (limited to 'arch/metag')
-rw-r--r-- | arch/metag/boot/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/metag/boot/.gitignore b/arch/metag/boot/.gitignore index a021da201156..2d6c0c160884 100644 --- a/arch/metag/boot/.gitignore +++ b/arch/metag/boot/.gitignore @@ -1,4 +1,4 @@ vmlinux* uImage* ramdisk.* -*.dtb +*.dtb* |