From: Mauro Carvalho Chehab <mchehab@infradead.org>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-media@vger.kernel.org
Subject: Re: linux-next: build failure after merge of the v4l-dvb tree
Date: Tue, 13 Nov 2012 11:14:40 -0200 [thread overview]
Message-ID: <20121113111440.4a3435b3@infradead.org> (raw)
In-Reply-To: <20121112110935.eee5f582f16ab07c9faeabb1@canb.auug.org.au>
Em Mon, 12 Nov 2012 11:09:35 +1100
Stephen Rothwell <sfr@canb.auug.org.au> escreveu:
> Hi Mauro,
>
> After merging the v4l-dvb tree, today's linux-next build (x86_64
> allmodconfig) failed like this:
>
> ERROR: "sms_ir_exit" [drivers/media/common/siano/smsmdtv.ko] undefined!
> ERROR: "sms_ir_event" [drivers/media/common/siano/smsmdtv.ko] undefined!
> ERROR: "sms_ir_init" [drivers/media/common/siano/smsmdtv.ko] undefined!
>
> This is better than Friday, but still not quite there. :-(
>
> I have used the v4l-dvb tree from next-20121026 again.
Sorry, I did one mistake on my last patch. Instead of adding RC to the
siano core, it was added at the build as if it was an independent module.
The fix is trivial. I'll add it on my tree for tomorrow's merge.
Thanks for pointing it.
Regards,
Mauro
-
[PATCH] [media] siano: fix build with allmodconfig
As reported by Stephen:
After merging the v4l-dvb tree, today's linux-next build (x86_64
allmodconfig) failed like this:
ERROR: "sms_ir_exit" [drivers/media/common/siano/smsmdtv.ko] undefined!
ERROR: "sms_ir_event" [drivers/media/common/siano/smsmdtv.ko] undefined!
ERROR: "sms_ir_init" [drivers/media/common/siano/smsmdtv.ko] undefined!
The smsir file should be part of the smsmdtv core, if RC is defined.
Fix it.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
diff --git a/drivers/media/common/siano/Makefile b/drivers/media/common/siano/Makefile
index 9e7fdf2..81b1e98 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)
- obj-$(CONFIG_SMS_SIANO_MDTV) += smsir.o
+ smsmdtv-objs += smsir.o
endif
ccflags-y += -Idrivers/media/dvb-core
next parent reply other threads:[~2012-11-13 13:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20121112110935.eee5f582f16ab07c9faeabb1@canb.auug.org.au>
2012-11-13 13:14 ` Mauro Carvalho Chehab [this message]
[not found] <20170131115505.3f8c769b@canb.auug.org.au>
[not found] ` <20170203092446.7e86e8af@canb.auug.org.au>
[not found] ` <20170202204620.75b20605@vento.lan>
[not found] ` <20170203095934.2bbbbf45@canb.auug.org.au>
[not found] ` <20170202212440.5e514ebc@vento.lan>
[not found] ` <20170203110117.4a0c5628@canb.auug.org.au>
[not found] ` <20170202222435.2798402e@vento.lan>
[not found] ` <20170206091914.56836dd3@canb.auug.org.au>
2017-02-05 22:22 ` linux-next: build failure after merge of the v4l-dvb tree Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121113111440.4a3435b3@infradead.org \
--to=mchehab@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-next@vger.kernel.org \
--cc=sfr@canb.auug.org.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).