Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1463354
| From | Fengguang Wu <fengguang.wu@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. |
| Date | 2016-08-16 04:40 +0200 |
| Message-ID | <s6Csi-5CT-3@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <s6Bwe-4Yx-7@gated-at.bofh.it> <s6BFU-52d-19@gated-at.bofh.it> <s6BFU-52d-23@gated-at.bofh.it> <s6BPz-55j-1@gated-at.bofh.it> <s6C8V-5wO-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
>how about adding a function "exact_enable_module()" to assure use "m" ?
>
>diff --git a/lib/kconfig.sh b/lib/kconfig.sh
>index 595dbfd..1502ce9 100644
>--- a/lib/kconfig.sh
>+++ b/lib/kconfig.sh
>@@ -102,6 +102,7 @@ enable_testcase_config()
> do
> [[ $CONFIG =~ ^CONFIG_[A-Z0-9_]+=y$ ]] && enable_config ${CONFIG%=y}
>+ [[ $CONFIG =~ ^CONFIG_[A-Z0-9_]+=m$ ]] && exact_enable_module ${CONFIG%=y}
s/y/m/
Otherwise looks good, thanks!
> [[ $CONFIG =~ ^CONFIG_[A-Z0-9_]+[A-Z0-9]$ ]] && enable_module $CONFIG
> [[ $CONFIG =~ ^(CONFIG_[A-Z0-9_]+)=([0-9]+)$ ]] && set_config_to_value ${BASH_REMATCH[1]} ${BASH_REMATCH[2]}
> done
> }
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. kbuild test robot <fengguang.wu@intel.com> - 2016-08-15 12:10 +0200
Re: make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Dan Williams <dan.j.williams@intel.com> - 2016-08-16 03:00 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-16 03:30 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Dan Williams <dan.j.williams@intel.com> - 2016-08-16 03:40 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-16 03:40 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Yilong Ren <yilongx.ren@intel.com> - 2016-08-16 03:50 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Dan Williams <dan.j.williams@intel.com> - 2016-08-16 03:50 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Yilong Ren <yilongx.ren@intel.com> - 2016-08-16 03:50 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-16 04:00 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Yilong Ren <yilongx.ren@intel.com> - 2016-08-16 04:20 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Yilong Ren <yilongx.ren@intel.com> - 2016-08-16 04:40 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-16 04:40 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-16 03:50 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Dan Williams <dan.j.williams@intel.com> - 2016-08-24 01:50 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-24 04:50 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Dan Williams <dan.j.williams@intel.com> - 2016-08-24 17:10 +0200
Re: [kbuild-all] make[2]: *** No rule to make target 'tools/testing/nvdimm//config_check.o', needed by 'tools/testing/nvdimm//dax.o'. Fengguang Wu <fengguang.wu@intel.com> - 2016-08-25 06:50 +0200
csiph-web