V4L/DVB (5745): Dvb: use '+=' instead of '=' for EXTRA_CFLAGS
authorTrent Piepho <xyzzy@speakeasy.org>
Mon, 4 Jun 2007 23:18:51 +0000 (20:18 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 18 Jul 2007 17:23:56 +0000 (14:23 -0300)
The Makefiles in the dvb directory tree used '=' when defining EXTRA_CFLAGS
rather than '+=', which is far more common in the rest of the kernel source.
  =  14 times (9 of which this patch removes)
 :=  25 times
 += 123 times
This change also has certain advantages for the out of kernel v4l-dvb build
system.

Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>

No differences found