Re: [U-Boot] Understanding uboot child makefiles

2013-09-18 Thread MJ embd
Thanks, after a long google I figured it out. Will write a post about it on my blog. On 9/19/13, Simon Glass wrote: > Hi MJ, > > On Mon, Sep 16, 2013 at 8:23 PM, MJ embd wrote: > >> PS: Last message was sent without body, please ignore >> >> 0 down vote favorite >> >> >> I am trying to understa

Re: [U-Boot] Understanding uboot child makefiles

2013-09-18 Thread Simon Glass
Hi MJ, On Mon, Sep 16, 2013 at 8:23 PM, MJ embd wrote: > PS: Last message was sent without body, please ignore > > 0 down vote favorite > > > I am trying to understand a second level makefile of uboot (this > makefile was in a sub directory) > > a) What is the difference between $(COBJS:.o=.c)

[U-Boot] Understanding uboot child Makefiles

2013-09-16 Thread MJ embd
-- -mj ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] Understanding uboot child makefiles

2013-09-16 Thread MJ embd
PS: Last message was sent without body, please ignore 0 down vote favorite I am trying to understand a second level makefile of uboot (this makefile was in a sub directory) a) What is the difference between $(COBJS:.o=.c) and COBJS := test_main.o b) What is the meaning of $(call cmd