diff options
author | Frank Rowand <frank.rowand@sonymobile.com> | 2015-03-13 15:21:46 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2015-03-25 01:43:44 -0400 |
commit | f0570d91ce8493883daa234ffdafb5c5620a1128 (patch) | |
tree | 09ff2214e90e970405235c741af236c56e0c77ae /drivers/of/unittest-data/.gitignore | |
parent | 2bb65f56480a927d4ca77173e2eb44db18f33b84 (diff) |
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 <frank.rowand@sonymobile.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of/unittest-data/.gitignore')
-rw-r--r-- | drivers/of/unittest-data/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/of/unittest-data/.gitignore b/drivers/of/unittest-data/.gitignore new file mode 100644 index 000000000000..4b3cf8b16de2 --- /dev/null +++ b/drivers/of/unittest-data/.gitignore | |||
@@ -0,0 +1,2 @@ | |||
1 | testcases.dtb | ||
2 | testcases.dtb.S | ||