* [U-Boot] U-Boot makefiles question
@ 2009-03-27 12:35 Steven Zedeck
0 siblings, 0 replies; only message in thread
From: Steven Zedeck @ 2009-03-27 12:35 UTC (permalink / raw)
To: u-boot
Hi,
I have a general question about the U-Boot Makefiles. When I want to add a
file to one of the sub-Makefiles (such as in drivers/net/Makefile or
board/atmel/at91xxxx/Makefile), it seems I need to go through several steps
in order for the new file to get compiled. I must be doing something wrong.
I've been doing this everytime I add a new file to be compiled by a
makefile:
make distclean
make at91sam9rlek_config
make at91sam9rlek_config
make clean
make -B
It seems that if I don't do all those steps, the new file is ignored and not
compiled. I think its an issue with dependencies.
I have a similar problem when I add a new .h file to an existing .c file. It
doesn't always cause the particular .c file to get recompiled.
thanks in advance,
Steve
--
View this message in context: http://www.nabble.com/U-Boot-makefiles-question-tp22740727p22740727.html
Sent from the Uboot - Users mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-03-27 12:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-27 12:35 [U-Boot] U-Boot makefiles question Steven Zedeck
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.