Re: [PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a

2018-06-18 Thread NeilBrown
On Mon, Jun 18 2018, kbuild test robot wrote: > Hi NeilBrown, > > Thank you for the patch! Yet something to improve: Thank you for your testing and problem report! Yet something to improve:-) This bug is caused by the combination CONFIG_MISDN_HFCUSB=y and CONFIG_MISDN=m and appears to have noth

Re: [PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a

2018-06-18 Thread kbuild test robot
Hi NeilBrown, Thank you for the patch! Yet something to improve: [auto build test ERROR on kbuild/for-next] [also build test ERROR on v4.18-rc1 next-20180618] [cannot apply to mmarek/for-next mmarek/rc-fixes] [if your patch is applied to the wrong git tree, please drop us a note to help improve

[PATCH 2/5] kbuild: treat a directory listed in a composite object as foo/mod.a

2018-06-17 Thread NeilBrown
Currently a directory is not permitted in a composite object. This patch changes kbuild so that a directory it assumed to mean the file "mod.a" in that directory. The file cannot, yet, be created, so this does not yet affect behaviour. There are several parts to this. 1/ strip out all the directo