https://github.com/torvalds/linux
Revision c473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 authored by Masahiro Yamada on 22 February 2020, 19:04:34 UTC, committed by Masahiro Yamada on 26 February 2020, 17:28:15 UTC
The dt_binding_check is added to PHONY, but it is invisible when
$(dtstree) is empty. So, it is not specified as phony for
ARCH=x86 etc.

Add it to PHONY outside the ifneq ... endif block.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
1 parent 964a596
History
Tip revision: c473a8d03ea8e03ca9d649b0b6d72fbcf6212c05 authored by Masahiro Yamada on 22 February 2020, 19:04:34 UTC
kbuild: add dt_binding_check to PHONY in a correct place
Tip revision: c473a8d
File Mode Size
Kconfig -rw-r--r-- 72.3 KB
Makefile -rw-r--r-- 1.2 KB
calibrate.c -rw-r--r-- 8.6 KB
do_mounts.c -rw-r--r-- 16.1 KB
do_mounts.h -rw-r--r-- 1.1 KB
do_mounts_initrd.c -rw-r--r-- 3.4 KB
do_mounts_md.c -rw-r--r-- 7.9 KB
do_mounts_rd.c -rw-r--r-- 8.1 KB
init_task.c -rw-r--r-- 5.3 KB
initramfs.c -rw-r--r-- 14.5 KB
main.c -rw-r--r-- 35.4 KB
noinitramfs.c -rw-r--r-- 873 bytes
version.c -rw-r--r-- 1.3 KB

back to top