dt: OF_UNITTEST make dependency broken
authorFrank Rowand <[email protected]>
Fri, 13 Mar 2015 19:21:46 +0000 (12:21 -0700)
committerRob Herring <[email protected]>
Wed, 25 Mar 2015 05:43:44 +0000 (00:43 -0500)
commitf0570d91ce8493883daa234ffdafb5c5620a1128
tree09ff2214e90e970405235c741af236c56e0c77ae
parent2bb65f56480a927d4ca77173e2eb44db18f33b84
dt: OF_UNITTEST make dependency broken

If CONFIG_OF_UNITTEST=y then a kernel image make will always cause .version to
be incremented, even if there are not source changes.  This is caused by
a lack of dependency tracking and checking for
drivers/of/unittest-data/testcases.dtb.o.

Signed-off-by: Frank Rowand <[email protected]>
Signed-off-by: Rob Herring <[email protected]>
drivers/of/Makefile
drivers/of/unittest-data/.gitignore [new file with mode: 0644]
drivers/of/unittest-data/Makefile [new file with mode: 0644]