From: Uri Shkolnik Date: Tue, 12 May 2009 13:38:58 +0000 (-0300) Subject: V4L/DVB (11779): Siano: Makefile - add smsendian to build X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=51819f6493f434598e89e8a66d6aa2c31bde494d;p=linux-edison.git V4L/DVB (11779): Siano: Makefile - add smsendian to build Add smsendian component to the module build Signed-off-by: Uri Shkolnik Signed-off-by: Mauro Carvalho Chehab --- 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