diff options
Diffstat (limited to 'drivers/media/video/cx88/Makefile')
-rw-r--r-- | drivers/media/video/cx88/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx88/Makefile b/drivers/media/video/cx88/Makefile index 000f4c3454da..107e48645e3a 100644 --- a/drivers/media/video/cx88/Makefile +++ b/drivers/media/video/cx88/Makefile | |||
@@ -15,8 +15,8 @@ endif | |||
15 | ifneq ($(CONFIG_DVB_OR51132),n) | 15 | ifneq ($(CONFIG_DVB_OR51132),n) |
16 | EXTRA_CFLAGS += -DHAVE_OR51132=1 | 16 | EXTRA_CFLAGS += -DHAVE_OR51132=1 |
17 | endif | 17 | endif |
18 | ifneq ($(CONFIG_DVB_LGDT3302),n) | 18 | ifneq ($(CONFIG_DVB_LGDT330X),n) |
19 | EXTRA_CFLAGS += -DHAVE_LGDT3302=1 | 19 | EXTRA_CFLAGS += -DHAVE_LGDT330X=1 |
20 | endif | 20 | endif |
21 | ifneq ($(CONFIG_DVB_MT352),n) | 21 | ifneq ($(CONFIG_DVB_MT352),n) |
22 | EXTRA_CFLAGS += -DHAVE_MT352=1 | 22 | EXTRA_CFLAGS += -DHAVE_MT352=1 |