From: Trent Piepho Date: Mon, 4 Jun 2007 23:18:51 +0000 (-0300) Subject: V4L/DVB (5745): Dvb: use '+=' instead of '=' for EXTRA_CFLAGS X-Git-Tag: v2.6.23-rc1~493^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a0d86f1dc60c3ae13ccde188c533e58e7e3197;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed