All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Nested Makefiles
@ 2011-06-16 14:32 Simon Glass
  2011-06-16 22:03 ` Wolfgang Denk
  0 siblings, 1 reply; 17+ messages in thread
From: Simon Glass @ 2011-06-16 14:32 UTC (permalink / raw)
  To: u-boot

Hi,

Is it possible for U-Boot to use a system similar to Linux from 2.6
where it prints out the full pathname of each file it is building, and
doesn't change in and out of directories as it builds. Perhaps
including the subdirectory Makefiles instead using make -C? I haven't
looked at how Linux does it. Is there some reason U-Boot cannot /
should not do the same?

So for example:

$ make all
CC   drivers/spi/tegra2_spi.c
Warning: blah blah blah
CC   board/fred/board.c
CC   arch/arm/lib/board.c
LD   u-boot
$

Unfortunately I don't even know the name for this feature so wasn't
able to find a reference to it in the mailing list archives.

Regards,
Simon

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-06-21  2:01 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-16 14:32 [U-Boot] Nested Makefiles Simon Glass
2011-06-16 22:03 ` Wolfgang Denk
2011-06-16 23:03   ` Måns Rullgård
2011-06-17  0:10     ` Mike Frysinger
2011-06-17  0:09   ` Mike Frysinger
2011-06-18 13:49     ` Albert ARIBAUD
2011-06-18 15:43       ` Rod Boyce
2011-06-18 20:07         ` Wolfgang Denk
2011-06-18 17:42       ` Mike Frysinger
2011-06-18 20:09         ` Wolfgang Denk
2011-06-20 16:32       ` Scott Wood
2011-06-20 19:53   ` Mike Frysinger
2011-06-20 20:30     ` Simon Glass
2011-06-20 22:17       ` Wolfgang Denk
2011-06-20 23:52         ` Simon Glass
2011-06-21  2:01       ` Mike Frysinger
2011-06-20 22:23     ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.