diff options
Diffstat (limited to 'drivers/media/pci/tw686x/Makefile')
-rw-r--r-- | drivers/media/pci/tw686x/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/pci/tw686x/Makefile b/drivers/media/pci/tw686x/Makefile new file mode 100644 index 000000000000..99819542b733 --- /dev/null +++ b/drivers/media/pci/tw686x/Makefile @@ -0,0 +1,3 @@ +tw686x-objs := tw686x-core.o tw686x-video.o tw686x-audio.o + +obj-$(CONFIG_VIDEO_TW686X) += tw686x.o |