Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: kbuild: Fix dt_binding_check on unconfigured build

The 'dt_binding_check' target shouldn't depend on the kernel
configuration, but it has since commit 604a57ba9781 ("dt-bindings:
kbuild: Add separate target/dependency for processed-schema.json").
That is because CHECK_DT_BINDING make variable was dropped, but
scripts/dtc/Makefile was missed. The CHECK_DTBS variable can be used
instead.

Reported-by: Francesco Dolcini <francesco.dolcini@toradex.com>
Fixes: 604a57ba9781 ("dt-bindings: kbuild: Add separate target/dependency for processed-schema.json")
Signed-off-by: "Rob Herring (Arm)" <robh@kernel.org>
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

authored by

Rob Herring (Arm) and committed by
Masahiro Yamada
1b1c9f0f 6e58e017

+1 -1
+1 -1
scripts/dtc/Makefile
··· 3 3 4 4 # *** Also keep .gitignore in sync when changing *** 5 5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay 6 - hostprogs-always-$(CHECK_DT_BINDING) += dtc 6 + hostprogs-always-$(CHECK_DTBS) += dtc 7 7 8 8 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ 9 9 srcpos.o checks.o util.o