aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttusb-dec/Makefile
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-06-04 20:18:51 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-07-18 14:23:56 -0300
commitf3a0d86f1dc60c3ae13ccde188c533e58e7e3197 (patch)
treeb588bdf9cea7461db0375da90aa6de7ca2653173 /drivers/media/dvb/ttusb-dec/Makefile
parent052c50d91642f10e10c3c10837c89a7355881e76 (diff)
downloadkernel_samsung_smdk4412-f3a0d86f1dc60c3ae13ccde188c533e58e7e3197.zip
kernel_samsung_smdk4412-f3a0d86f1dc60c3ae13ccde188c533e58e7e3197.tar.gz
kernel_samsung_smdk4412-f3a0d86f1dc60c3ae13ccde188c533e58e7e3197.tar.bz2
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>
Diffstat (limited to 'drivers/media/dvb/ttusb-dec/Makefile')
-rw-r--r--drivers/media/dvb/ttusb-dec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttusb-dec/Makefile b/drivers/media/dvb/ttusb-dec/Makefile
index b41bf1f..2d70a82 100644
--- a/drivers/media/dvb/ttusb-dec/Makefile
+++ b/drivers/media/dvb/ttusb-dec/Makefile
@@ -1,3 +1,3 @@
obj-$(CONFIG_DVB_TTUSB_DEC) += ttusb_dec.o ttusbdecfe.o
-EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/
+EXTRA_CFLAGS += -Idrivers/media/dvb/dvb-core/