Re: Makefile : can I use both 'O=' and 'M=' ?

From: Sam Ravnborg
Date: Tue Oct 25 2005 - 03:01:45 EST


> Hi all,
>
> When compiling an external module, is it possible to use both 'O=...'
> and 'M=...' in the make command line ?

Hi Oliver.

O=... is used to tell kbuild where the output of the kernel compile is
placed.
There is no support for specifying a separate object directory when
compiling external modules.

Sam


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/