Disable building that driver for a wile. We do massive driver update from latest vendor driver and this is to avoid Kernel compilation breakage. Signed-off-by: Antti Palosaari <crope@xxxxxx> --- drivers/media/pci/ddbridge/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/media/pci/ddbridge/Makefile b/drivers/media/pci/ddbridge/Makefile index 7446c8b..39e922c 100644 --- a/drivers/media/pci/ddbridge/Makefile +++ b/drivers/media/pci/ddbridge/Makefile @@ -4,7 +4,8 @@ ddbridge-objs := ddbridge-core.o -obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o +#obj-$(CONFIG_DVB_DDBRIDGE) += ddbridge.o +obj-$() += ddbridge.o ccflags-y += -Idrivers/media/dvb-core/ ccflags-y += -Idrivers/media/dvb-frontends/ -- http://palosaari.fi/ -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html