Greg KH showed a trick to compiled one file - how to?
Hi there! Greg KH showed a method to compile only one file on fosdem (11 I guess, just saw it on youtube) by writing: make M=./path/to/file.c But somehow, this doesn't work anymore. Any tipps or suggestions? -- Mit freundlichen Grüßen, Kind regards, Matthias Beyer Proudly sent with mutt. Happily signed with gnupg.
I use something like: linux-next]$ make drivers/net/ethernet/intel/e100.o Note the .o as extension... On Mon, Oct 14, 2013 at 8:53 PM, Matthias Beyer <mail@beyermatthias.de> wrote:
Hi there!
Greg KH showed a method to compile only one file on fosdem (11 I guess, just saw it on youtube) by writing:
make M=./path/to/file.c
But somehow, this doesn't work anymore. Any tipps or suggestions?
-- Mit freundlichen Grüßen, Kind regards, Matthias Beyer
Proudly sent with mutt. Happily signed with gnupg.
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Peter
participants (2)
-
Matthias Beyer -
Peter Senna Tschudin