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 scripts/Makefile.lib line 29 the target is filtered as it ends with a slash. That results in drivers/net/wireless/mac80211/built-in.o not being built and the build process breaks with an error. What is the correct way to handle this? Why are targets ending with a slash filtered? -- Regards, Chris
Attachment:
signature.asc
Description: This is a digitally signed message part.
- Follow-Ups:
- Re: build system: no module target ending with slash?
- From: Sam Ravnborg <[email protected]>
- Re: build system: no module target ending with slash?
- Prev by Date: Re: [PATCH 2.6.21 2/3] x86_64: EFI64 support
- Next by Date: Re: [GIT PULL] I/OAT updates for 2.6.22
- Previous by thread: Re: coretemp - take3
- Next by thread: Re: build system: no module target ending with slash?
- Index(es):