Revision 7a04960560640ac5b0b89461f7757322b57d0c7a authored by Masahiro Yamada on 22 February 2020, 19:04:31 UTC, committed by Masahiro Yamada on 26 February 2020, 17:23:12 UTC
This if_change_rule is not working properly; it cannot detect any
command line change.

The reason is because cmd-check in scripts/Kbuild.include compares
$(cmd_$@) and $(cmd_$1), but cmd_dtc_dt_yaml does not exist here.

For if_change_rule to work properly, the stem part of cmd_* and rule_*
must match. Because this cmd_and_fixdep invokes cmd_dtc, this rule must
be named rule_dtc.

Fixes: 4f0e3a57d6eb ("kbuild: Add support for DT binding schema checks")
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
1 parent eccbde4
History
File Mode Size
Kconfig -rw-r--r-- 1.1 KB
Makefile -rw-r--r-- 197 bytes
adfs.h -rw-r--r-- 6.5 KB
dir.c -rw-r--r-- 9.5 KB
dir_f.c -rw-r--r-- 7.2 KB
dir_f.h -rw-r--r-- 1.1 KB
dir_fplus.c -rw-r--r-- 7.1 KB
dir_fplus.h -rw-r--r-- 976 bytes
file.c -rw-r--r-- 846 bytes
inode.c -rw-r--r-- 9.4 KB
map.c -rw-r--r-- 10.1 KB
super.c -rw-r--r-- 11.4 KB

back to top