Re: [PATCH 2/2] media: omapfb: relax compilation if COMPILE_TEST
From: Mauro Carvalho Chehab <hidden>
Date: 2018-04-07 12:44:16
Also in:
dri-devel, linux-media, linux-omap
From: Mauro Carvalho Chehab <hidden>
Date: 2018-04-07 12:44:16
Also in:
dri-devel, linux-media, linux-omap
Em Sat, 07 Apr 2018 14:46:56 +0300 Laurent Pinchart [off-list ref] escreveu:
Hi Mauro, Thank you for the patch. On Friday, 6 April 2018 18:33:20 EEST Mauro Carvalho Chehab wrote:quoted
The dependency of DRM_OMAP = n can be relaxed for just compilation test. This allows building the omap3isp driver with allyesconfig on ARM.omapfb has nothing to do with omap3isp. I assume you meant omap_vout. There's a reason why both DRM_OMAP and FB_OMAP2 can't be compiled at the same time, they export identical symbols. I believe you will end up with link failures if you do so.
Ah, OK. I'll just drop this patch. Thanks, Mauro