Re: build failure of next-20220715 due to "No rule to make target"

From: Florian Fainelli
Date: Fri Jul 15 2022 - 21:59:22 EST




On 7/15/2022 4:35 PM, Sudip Mukherjee (Codethink) wrote:
Hi All,

Not sure if it has been reported, builds of arm and arm64 allmodconfig
have failed to build next-20220715 with the error:

make[3]: *** No rule to make target 'drivers/pinctrl/sunxi/pinctrl-sun20i-d1.o', needed by 'drivers/pinctrl/sunxi/built-in.a'. Stop.

Caused by f6e42a0fce98b85380df8cdfb081d75c48e4fee1 ("pinctrl: sunxi: Add driver for Allwinner D1/D1s") adding CONFIG_PINCTRL_SUN20I_D1 a build rule in drivers/pinctrl/sunxi/Makefile to build pinctrl-sun20i-d1.o but ... there was no drivers/pinctrl/sunxi/pinctrl-sun20i-d1.c file added to the commit, missing git add presumably?
--
Florian