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 | |
| 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')
| -rw-r--r-- | drivers/of/unittest-data/.gitignore | 2 | ||||
| -rw-r--r-- | drivers/of/unittest-data/Makefile | 7 |
2 files changed, 9 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 | ||
diff --git a/drivers/of/unittest-data/Makefile b/drivers/of/unittest-data/Makefile new file mode 100644 index 000000000000..1ac5cc01d627 --- /dev/null +++ b/drivers/of/unittest-data/Makefile | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | obj-y += testcases.dtb.o | ||
| 2 | |||
| 3 | targets += testcases.dtb testcases.dtb.S | ||
| 4 | |||
| 5 | .SECONDARY: \ | ||
| 6 | $(obj)/testcases.dtb.S \ | ||
| 7 | $(obj)/testcases.dtb | ||
