My main questions are not answered!

Starting from top makefile, what is first rule that is executed?
How this makefile causes other makefiles inside the subdirectories are called? Please mention the line which does this.

Thank you.

On Tue, Aug 10, 2010 at 7:41 PM, Patrick Georgi <patrick@georgi-clan.de> wrote:
Am 10.08.2010 17:06, schrieb ali hagigat:
> update:
>          dongle.py -c /dev/term/1 $(obj)/coreboot.rom EOF
>
> What was dongle.py in top makefile?
dongle.py is a utility to control the Artec FlexyICE dongle (hence the
name of the tool). The dongle serves as a PLCC emulator, with cuts down
on roundtrip times for developers that use it.

See http://www.coreboot.org/Artecgroup_programmable_LPC_dongle

Given that you manage to ask only about the less important parts of the
tree, I guess I can be happy to assume that you have no issues with the
basic operation of the tree.


Patrick