Re: [PATCH] EDAC: i10nm, skx: fix randconfig builds

From: Borislav Petkov
Date: Tue Mar 05 2019 - 09:34:58 EST


On Tue, Mar 05, 2019 at 02:21:30PM +0100, Arnd Bergmann wrote:
> In a configuration where one of the two drivers is built-in and the
> other one is a module, kbuild tries to add the modular file into
> vmlinux, and fails with

There must be something more to that .config of yours because both

CONFIG_EDAC_SKX=m
CONFIG_EDAC_I10NM=y

and

CONFIG_EDAC_SKX=y
CONFIG_EDAC_I10NM=m

work ok here...

--
Regards/Gruss,
Boris.

Good mailing practices for 400: avoid top-posting and trim the reply.