[U-Boot] Uboot build system question

Hi all, I had a question regarding uboot build system. One starts a build for platform1 and without cleaning tree builds for platform2, what is the expected result? make <platform1>_config make <platform2>_config
Is the final product build of platform2 or goes to inconsistent state or implementation dependent? In linux kernel, all dependencies are rebuilt and we expect build for the 2nd defconfig.
Thanks, Bharath

On Wednesday 21 December 2011 06:21:21 Bharath H S wrote:
I had a question regarding uboot build system. One starts a build for platform1 and without cleaning tree builds for platform2, what is the expected result? make <platform1>_config make <platform2>_config
Is the final product build of platform2 or goes to inconsistent state or implementation dependent?
`make foo_config && make foo` should always output the same result regardless of the initial state. if it isn't, post a patch to fix it. -mike
participants (2)
-
Bharath H S
-
Mike Frysinger