mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
f0570d91ce
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>
8 lines
130 B
Makefile
8 lines
130 B
Makefile
obj-y += testcases.dtb.o
|
|
|
|
targets += testcases.dtb testcases.dtb.S
|
|
|
|
.SECONDARY: \
|
|
$(obj)/testcases.dtb.S \
|
|
$(obj)/testcases.dtb
|