Re: dtc: Add missing dependencies for tests

2007-11-13 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: At present, the Makefiles will not rebuild trees.o or the dtb files derived from it if testdata.h is updated. This is incorrect, and is because of missing dependency information. This patch fixes the problem by making sure that dependency

dtc: Add missing dependencies for tests

2007-11-12 Thread David Gibson
At present, the Makefiles will not rebuild trees.o or the dtb files derived from it if testdata.h is updated. This is incorrect, and is because of missing dependency information. This patch fixes the problem by making sure that dependency information is generated from trees.S and dumptrees.c.