commit | f3a0d86f1dc60c3ae13ccde188c533e58e7e3197 | [log] [tgz] |
---|---|---|
author | Trent Piepho <xyzzy@speakeasy.org> | Mon Jun 04 20:18:51 2007 -0300 |
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | Wed Jul 18 14:23:56 2007 -0300 |
tree | b588bdf9cea7461db0375da90aa6de7ca2653173 | |
parent | 052c50d91642f10e10c3c10837c89a7355881e76 [diff] |
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>