Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-04 | dvb: use '+=' instead of '=' for EXTRA_CFLAGS | Trent 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-04-07 | Fix a bug at pluto2 Makefile | Mauro Carvalho Chehab | |
From: Mauro Carvalho Chehab <mchehab@infradead.org> When pluto2 were selected, all other module dependencies were just discarded. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org> | |||
2005-04-25 | pluto_fe is obsolete | Andreas Oberritter | |
2005-03-09 | Makefile and Kconfig updates for pluto2 | Andreas Oberritter | |