Re: build system: no module target ending with slash?

2007-05-04 Thread Sam Ravnborg
On Fri, May 04, 2007 at 10:56:14AM +0200, Christian Hesse wrote: > Agreed that it is not really needed. But if you don't build it you should not > try to link it later... > > > The quick-and-dirty workaround is to add a single > > obj-n := xx > > in mac80211/Makefile and kbuild is happy again. >

Re: build system: no module target ending with slash?

2007-05-04 Thread Christian Hesse
On Thursday 03 May 2007, Sam Ravnborg wrote: > On Thu, May 03, 2007 at 09:17:15AM +0200, Christian Hesse wrote: > > On Thursday 03 May 2007, Sam Ravnborg wrote: > > > On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: > > > > On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse

Re: build system: no module target ending with slash?

2007-05-04 Thread Christian Hesse
On Thursday 03 May 2007, Sam Ravnborg wrote: On Thu, May 03, 2007 at 09:17:15AM +0200, Christian Hesse wrote: On Thursday 03 May 2007, Sam Ravnborg wrote: On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote:

Re: build system: no module target ending with slash?

2007-05-04 Thread Sam Ravnborg
On Fri, May 04, 2007 at 10:56:14AM +0200, Christian Hesse wrote: Agreed that it is not really needed. But if you don't build it you should not try to link it later... The quick-and-dirty workaround is to add a single obj-n := xx in mac80211/Makefile and kbuild is happy again. I

Re: build system: no module target ending with slash?

2007-05-03 Thread Sam Ravnborg
On Thu, May 03, 2007 at 09:17:15AM +0200, Christian Hesse wrote: > On Thursday 03 May 2007, Sam Ravnborg wrote: > > On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: > > > On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: > > > > Hi James, hi everybody, > > > > > > > >

Re: build system: no module target ending with slash?

2007-05-03 Thread Christian Hesse
On Thursday 03 May 2007, Sam Ravnborg wrote: > On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: > > On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: > > > Hi James, hi everybody, > > > > > > playing with iwlwifi I try to patch it into the kernel and to build it > > >

Re: build system: no module target ending with slash?

2007-05-03 Thread Sam Ravnborg
On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: > On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: > > Hi James, hi everybody, > > > > playing with iwlwifi I try to patch it into the kernel and to build it from > > there. But I have a problem with the build system.

Re: build system: no module target ending with slash?

2007-05-03 Thread Sam Ravnborg
On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: Hi James, hi everybody, playing with iwlwifi I try to patch it into the kernel and to build it from there. But I have a problem with the build system. The

Re: build system: no module target ending with slash?

2007-05-03 Thread Christian Hesse
On Thursday 03 May 2007, Sam Ravnborg wrote: On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: Hi James, hi everybody, playing with iwlwifi I try to patch it into the kernel and to build it from there. But

Re: build system: no module target ending with slash?

2007-05-03 Thread Sam Ravnborg
On Thu, May 03, 2007 at 09:17:15AM +0200, Christian Hesse wrote: On Thursday 03 May 2007, Sam Ravnborg wrote: On Thu, May 03, 2007 at 06:25:11AM +0200, Sam Ravnborg wrote: On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: Hi James, hi everybody, playing with

Re: build system: no module target ending with slash?

2007-05-02 Thread Sam Ravnborg
On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: > Hi James, hi everybody, > > playing with iwlwifi I try to patch it into the kernel and to build it from > there. But I have a problem with the build system. > > The file drivers/net/wireless/mac80211/Makefile contains one single

build system: no module target ending with slash?

2007-05-02 Thread Christian Hesse
Hi James, hi everybody, playing with iwlwifi I try to patch it into the kernel and to build it from there. But I have a problem with the build system. The file drivers/net/wireless/mac80211/Makefile contains one single line: obj-$(CONFIG_IWLWIFI) += iwlwifi/ When CONFIG_IWLWIFI=m in

build system: no module target ending with slash?

2007-05-02 Thread Christian Hesse
Hi James, hi everybody, playing with iwlwifi I try to patch it into the kernel and to build it from there. But I have a problem with the build system. The file drivers/net/wireless/mac80211/Makefile contains one single line: obj-$(CONFIG_IWLWIFI) += iwlwifi/ When CONFIG_IWLWIFI=m in

Re: build system: no module target ending with slash?

2007-05-02 Thread Sam Ravnborg
On Thu, May 03, 2007 at 12:43:43AM +0200, Christian Hesse wrote: Hi James, hi everybody, playing with iwlwifi I try to patch it into the kernel and to build it from there. But I have a problem with the build system. The file drivers/net/wireless/mac80211/Makefile contains one single line: