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-- 843 bytes
Makefile -rw-r--r-- 303 bytes
crypto.c -rw-r--r-- 61.3 KB
debug.c -rw-r--r-- 3.0 KB
dentry.c -rw-r--r-- 2.0 KB
ecryptfs_kernel.h -rw-r--r-- 24.5 KB
file.c -rw-r--r-- 11.2 KB
inode.c -rw-r--r-- 32.2 KB
keystore.c -rw-r--r-- 78.5 KB
kthread.c -rw-r--r-- 4.2 KB
main.c -rw-r--r-- 24.7 KB
messaging.c -rw-r--r-- 13.0 KB
miscdev.c -rw-r--r-- 14.0 KB
mmap.c -rw-r--r-- 14.9 KB
read_write.c -rw-r--r-- 7.8 KB
super.c -rw-r--r-- 5.4 KB

back to top