[Cbe-oss-dev] [PATCH 1/2]MARS: fix makefile kernel lib build order
Geert Uytterhoeven
Geert.Uytterhoeven at sonycom.com
Wed Sep 10 19:31:40 EST 2008
On Tue, 9 Sep 2008, Yuji Mano wrote:
> This fixes a bug in the Makefile that would build the kernel before the lib
> which the kernel is dependent on.
>
> This also makes sure the kernel links the lib in the build source and not just
> any libmars.a it finds in the library search path.
>
> Signed-off-by: Yuji Mano <yuji.mano at am.sony.com>
>
> ---
> src/mpu/Makefile.am | 2 +-
> src/mpu/kernel/Makefile.am | 3 +--
> 2 files changed, 2 insertions(+), 3 deletions(-)
>
> --- a/src/mpu/Makefile.am
> +++ b/src/mpu/Makefile.am
> @@ -36,7 +36,7 @@
> # LIBRARY OR THE USE OR OTHER DEALINGS IN THE LIBRARY.
> #
>
> -SUBDIRS = kernel lib
> +SUBDIRS = lib kernel
Does this work with `make -j'? Probably you need an explicit dependency on
`lib' for `kernel'.
With kind regards,
Geert Uytterhoeven
Software Architect
Sony Techsoft Centre Europe
The Corporate Village · Da Vincilaan 7-D1 · B-1935 Zaventem · Belgium
Phone: +32 (0)2 700 8453
Fax: +32 (0)2 700 8622
E-mail: Geert.Uytterhoeven at sonycom.com
Internet: http://www.sony-europe.com/
A division of Sony Europe (Belgium) N.V.
VAT BE 0413.825.160 · RPR Brussels
Fortis · BIC GEBABEBB · IBAN BE41293037680010
More information about the cbe-oss-dev
mailing list