lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 31 Oct 2007 05:11:44 -0700 (PDT)
From:	Trent Piepho <xyzzy@...akeasy.org>
To:	Ingo Molnar <mingo@...e.hu>
cc:	Mauro Carvalho Chehab <mchehab@...radead.org>,
	Linux Kernel Mailing list <linux-kernel@...r.kernel.org>,
	Randy Dunlap <randy.dunlap@...cle.com>,
	Johannes Stezenbach <js@...uxtv.org>
Subject: Re: [build bug, 2.6.24-rc1] CONFIG_VIDEO_DEV=m & CONFIG_VIDEO_SAA7146_VV=y

On Fri, 26 Oct 2007, Ingo Molnar wrote:
> the attached config (generated via make randconfig) fails to build due
> to the combination of these config entries:
>
>   CONFIG_VIDEO_DEV=m
>   CONFIG_VIDEO_SAA7146_VV=y
>
> i found no obvious Kconfig way to force VIDEO_SAA7146_VV to be modular
> when VIDEO_DEV is modular - is there a good solution for this?

I guess you didn't like my reply to your first message about this?

http://lkml.org/lkml/2007/10/7/145

kbuild support for modules used as libraries is really poor.  The only way
to do is use select on the library module, and then have all the
dependencies of the selectee be included in the selector, which must be
done recursively so that any modules selected by the selectee have their
dependencies added to the selector.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ