]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
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)
commitf3a0d86f1dc60c3ae13ccde188c533e58e7e3197
treeb588bdf9cea7461db0375da90aa6de7ca2653173
parent052c50d91642f10e10c3c10837c89a7355881e76
V4L/DVB (5745): Dvb: use '+=' instead of '=' for EXTRA_CFLAGS

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>
drivers/media/dvb/b2c2/Makefile
drivers/media/dvb/bt8xx/Makefile
drivers/media/dvb/cinergyT2/Makefile
drivers/media/dvb/dvb-usb/Makefile
drivers/media/dvb/frontends/Makefile
drivers/media/dvb/pluto2/Makefile
drivers/media/dvb/ttpci/Makefile
drivers/media/dvb/ttusb-budget/Makefile
drivers/media/dvb/ttusb-dec/Makefile