All of lore.kernel.org
 help / color / mirror / Atom feed
* changes to a core file : Should all associated drivers be rebuilt as [M]
@ 2020-03-11 19:32 Deepak Varma
  2020-03-11 19:49 ` [Outreachy kernel] " Julia Lawall
  0 siblings, 1 reply; 2+ messages in thread
From: Deepak Varma @ 2020-03-11 19:32 UTC (permalink / raw)
  To: outreachy-kernel


[-- Attachment #1.1: Type: text/plain, Size: 306 bytes --]

Hello,
If we make a change to a core file that appear to be common across more 
than one driver(s), should we be reconfiguring the kernel build to set all 
drivers as [M]?

Also, is this a correct change to the .config file:

from : # CONFIG_FB_TFT is not set
to     : CONFIG_FB_TFT=m


Thank you,
Deepak.

[-- Attachment #1.2: Type: text/html, Size: 467 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Outreachy kernel] changes to a core file : Should all associated drivers be rebuilt as [M]
  2020-03-11 19:32 changes to a core file : Should all associated drivers be rebuilt as [M] Deepak Varma
@ 2020-03-11 19:49 ` Julia Lawall
  0 siblings, 0 replies; 2+ messages in thread
From: Julia Lawall @ 2020-03-11 19:49 UTC (permalink / raw)
  To: Deepak Varma; +Cc: outreachy-kernel

[-- Attachment #1: Type: text/plain, Size: 895 bytes --]



On Wed, 11 Mar 2020, Deepak Varma wrote:

> Hello,
> If we make a change to a core file that appear to be common across more than
> one driver(s), should we be reconfiguring the kernel build to set all
> drivers as [M]?

You can use

make allyesconfig

Always be sure that the file you changed actually has a .o file after
compiling.

julia

> Also, is this a correct change to the .config file:
>
> from : # CONFIG_FB_TFT is not set
> to     : CONFIG_FB_TFT=m
>
>
> Thank you,
> Deepak.
>
> --
> You received this message because you are subscribed to the Google Groups
> "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to outreachy-kernel+unsubscribe@googlegroups.com.
> To view this discussion on the web visithttps://groups.google.com/d/msgid/outreachy-kernel/d2f68b7d-972d-492e-abc5-
> 915301ecc69b%40googlegroups.com.
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-11 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11 19:32 changes to a core file : Should all associated drivers be rebuilt as [M] Deepak Varma
2020-03-11 19:49 ` [Outreachy kernel] " Julia Lawall

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.