On Wed, Dec 7, 2016 at 10:28 AM, kbuild test robot <fengguang.wu@xxxxxxxxx> wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git soc-for-v4.11 > head: d22b40a6a05125debadedf78d35ce172e92b96f5 > commit: 68122e60d3a6d1e7e312909108b8459489393894 [3/8] Merge branch 'rcar-rst' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into soc-for-v4.11 > config: arm-allmodconfig (attached as .config) > compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 68122e60d3a6d1e7e312909108b8459489393894 > # save the attached .config to linux build tree > make.cross ARCH=arm > > All errors (new ones prefixed by >>): > >>> make[4]: *** No rule to make target 'drivers/soc/renesas/renesas-soc.o', needed by 'drivers/soc/renesas/built-in.o'. > make[4]: Target '__build' not remade because of errors. That seems to be an incorrect merge conflict resolution in the above commit. drivers/soc/renesas/renesas-soc.c does not exist there, so the line to build it should not have been added to the Makefile. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds