Pārlūkot izejas kodu

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>
Markos Chandras 12 gadi atpakaļ
vecāks
revīzija
1a5719a097
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      arch/metag/boot/.gitignore

+ 1 - 1
arch/metag/boot/.gitignore

@@ -1,4 +1,4 @@
 vmlinux*
 uImage*
 ramdisk.*
-*.dtb
+*.dtb*