diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-23 13:46:50 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-11-23 13:46:50 -0200 |
commit | 6d9a06f27a640967fc95a36ccb2f2d69e2e71f8a (patch) | |
tree | 48de3a34a5e6523107f7229f092d84d6335faf55 /drivers/media/common | |
parent | b41a536cf9806c3478b2fa68d59edafd0787e8aa (diff) | |
download | linux-3.10-6d9a06f27a640967fc95a36ccb2f2d69e2e71f8a.tar.gz linux-3.10-6d9a06f27a640967fc95a36ccb2f2d69e2e71f8a.tar.bz2 linux-3.10-6d9a06f27a640967fc95a36ccb2f2d69e2e71f8a.zip |
Revert "[media] siano: fix build with allmodconfig"
This reverts commit 6ee28d94c9bfa0640a7c94c289ca0df239d90a0d.
The patch got some alien code there, not sure why. Revert it to apply
it properly.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r-- | drivers/media/common/siano/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/siano/Makefile b/drivers/media/common/siano/Makefile index 81b1e985bea..9e7fdf24a6b 100644 --- a/drivers/media/common/siano/Makefile +++ b/drivers/media/common/siano/Makefile @@ -3,7 +3,7 @@ smsmdtv-objs := smscoreapi.o sms-cards.o smsendian.o obj-$(CONFIG_SMS_SIANO_MDTV) += smsmdtv.o smsdvb.o ifeq ($(CONFIG_SMS_SIANO_RC),y) - smsmdtv-objs += smsir.o + obj-$(CONFIG_SMS_SIANO_MDTV) += smsir.o endif ccflags-y += -Idrivers/media/dvb-core |