diff options
author | Michael Hunold <devnull@localhost> | 2004-01-18 14:28:57 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-01-18 14:28:57 +0000 |
commit | af646d05932e7d29599b416d781ce2e1ef289a89 (patch) | |
tree | 640fcf5a670d7a53f59a855643eab2e28b16cfa4 /linux/drivers/media/common/Makefile | |
parent | 8154ccf1c8d99d9e835669b5b33ade2eff8ee6ac (diff) | |
download | mediapointer-dvb-s2-af646d05932e7d29599b416d781ce2e1ef289a89.tar.gz mediapointer-dvb-s2-af646d05932e7d29599b416d781ce2e1ef289a89.tar.bz2 |
- sync media/common/Makefile with 2.6.1
- remove video/Kconfig and video/Makefile, as they are not needed anymore
Diffstat (limited to 'linux/drivers/media/common/Makefile')
-rw-r--r-- | linux/drivers/media/common/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/common/Makefile b/linux/drivers/media/common/Makefile index 8054d6d11..97b434125 100644 --- a/linux/drivers/media/common/Makefile +++ b/linux/drivers/media/common/Makefile @@ -3,4 +3,4 @@ saa7146_vv-objs := saa7146_vv_ksyms.o saa7146_fops.o saa7146_video.o saa7146_hlp obj-$(CONFIG_VIDEO_SAA7146) += saa7146.o obj-$(CONFIG_VIDEO_SAA7146_VV) += saa7146_vv.o - +obj-$(CONFIG_VIDEO_IR) += ir-common.o |