diff options
Diffstat (limited to 'drivers/media/usb/usbtv/Makefile')
-rw-r--r-- | drivers/media/usb/usbtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/usbtv/Makefile b/drivers/media/usb/usbtv/Makefile index 775316a88ea6..f555cf8a3dd2 100644 --- a/drivers/media/usb/usbtv/Makefile +++ b/drivers/media/usb/usbtv/Makefile | |||
@@ -1,4 +1,5 @@ | |||
1 | usbtv-y := usbtv-core.o \ | 1 | usbtv-y := usbtv-core.o \ |
2 | usbtv-video.o | 2 | usbtv-video.o \ |
3 | usbtv-audio.o | ||
3 | 4 | ||
4 | obj-$(CONFIG_VIDEO_USBTV) += usbtv.o | 5 | obj-$(CONFIG_VIDEO_USBTV) += usbtv.o |