diff options
author | Uri Shkolnik <urishk@yahoo.com> | 2009-05-12 10:38:58 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 19:14:27 -0300 |
commit | 51819f6493f434598e89e8a66d6aa2c31bde494d (patch) | |
tree | 5ce4999c6b9a5c18175a94329016f5a7bbd0cc3c /drivers/media/dvb | |
parent | 8f12d0a4eb7c55837f0104c95c60933dc9c593db (diff) | |
download | linux-3.10-51819f6493f434598e89e8a66d6aa2c31bde494d.tar.gz linux-3.10-51819f6493f434598e89e8a66d6aa2c31bde494d.tar.bz2 linux-3.10-51819f6493f434598e89e8a66d6aa2c31bde494d.zip |
V4L/DVB (11779): Siano: Makefile - add smsendian to build
Add smsendian component to the module build
Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r-- | drivers/media/dvb/siano/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/Makefile b/drivers/media/dvb/siano/Makefile index bcf93f4828b..6354a4718e5 100644 --- a/drivers/media/dvb/siano/Makefile +++ b/drivers/media/dvb/siano/Makefile @@ -1,4 +1,4 @@ -sms1xxx-objs := smscoreapi.o sms-cards.o +sms1xxx-objs := smscoreapi.o sms-cards.o smsendian.o obj-$(CONFIG_DVB_SIANO_SMS1XXX) += sms1xxx.o obj-$(CONFIG_DVB_SIANO_SMS1XXX) += smsusb.o |