Re: [PATCH v2 1/2] iio: Implement counter channel type and info constants

From: William Breathitt Gray
Date: Thu Sep 15 2016 - 10:04:02 EST


On Thu, Sep 15, 2016 at 09:35:57PM +0800, kbuild test robot wrote:
>Hi William,
>
>[auto build test ERROR on iio/togreg]
>[also build test ERROR on v4.8-rc6 next-20160915]
>[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
>[Suggest to use git(>=2.9.0) format-patch --base=<commit> (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on]
>[Check https://git-scm.com/docs/git-format-patch for more information]
>
>url: https://github.com/0day-ci/linux/commits/William-Breathitt-Gray/Add-IIO-support-for-counter-devices/20160915-032651
>base: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
>config: x86_64-randconfig-s1-09151924 (attached as .config)
>compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
>reproduce:
> # save the attached .config to linux build tree
> make ARCH=x86_64
>
>Note: the linux-review/William-Breathitt-Gray/Add-IIO-support-for-counter-devices/20160915-032651 HEAD 9dfaeb5dd7e5fffaedaaaa34c80c7790ed346b72 builds fine.
> It only hurts bisectibility.
>
>All errors (new ones prefixed by >>):
>
>>> ld: cannot find drivers/iio/counter/built-in.o: No such file or directory
>
>---
>0-DAY kernel test infrastructure Open Source Technology Center
>https://lists.01.org/pipermail/kbuild-all Intel Corporation

I moved the creation of the "counter" subdirectory to this first patch,
but the 104-QUAD-8 driver is only added in the subsequent patch;
effectively, the non-populated Makefile in this patch leads to the
error.

I'll submit version 3 of this patchset with the "counter" subdirectory
introduced in the same patch as the 104-QUAD-8 driver. That should
resolve this issue.

William Breathitt Gray