diff options
Diffstat (limited to 'drivers/media/video/cx23885/Makefile')
-rw-r--r-- | drivers/media/video/cx23885/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/Makefile b/drivers/media/video/cx23885/Makefile index 29c23b44c13c..ab8ea35c9bfb 100644 --- a/drivers/media/video/cx23885/Makefile +++ b/drivers/media/video/cx23885/Makefile | |||
@@ -1,4 +1,6 @@ | |||
1 | cx23885-objs := cx23885-cards.o cx23885-video.o cx23885-vbi.o cx23885-core.o cx23885-i2c.o cx23885-dvb.o cx23885-417.o | 1 | cx23885-objs := cx23885-cards.o cx23885-video.o cx23885-vbi.o \ |
2 | cx23885-core.o cx23885-i2c.o cx23885-dvb.o cx23885-417.o \ | ||
3 | netup-init.o cimax2.o netup-eeprom.o | ||
2 | 4 | ||
3 | obj-$(CONFIG_VIDEO_CX23885) += cx23885.o | 5 | obj-$(CONFIG_VIDEO_CX23885) += cx23885.o |
4 | 6 | ||