summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/bt8xx/Makefile
AgeCommit message (Collapse)Author
2007-06-04dvb: use '+=' instead of '=' for EXTRA_CFLAGSTrent Piepho
From: Trent Piepho <xyzzy@speakeasy.org> 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>
2006-03-18fix Makefile to adapt to bt8xx/ conversionManu Abraham
From: Manu Abraham <manu@linuxtv.org> Signed-off-by: Manu Abraham <manu@linuxtv.org>
2005-04-04Merged the twinhan-exp branch to the trunkManu Abraham
2004-10-28Imported FE_REFACTORING to HEADAndrew de Quincy
2003-12-24- add -Idrivers/media/dvb/frontends to Makefile, needed for dst includeMichael Hunold
2003-07-15- indentation fixesMichael Hunold
- use c99 initializers - remove blank lines - remove bt848.h -- it's already in driver/media/video (this probably breaks 2.4 compilation)
2003-06-25cvs sucks!Holger Waechtler