public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* build system: no module target ending with slash?
@ 2007-05-02 22:43 Christian Hesse
  2007-05-03  4:25 ` Sam Ravnborg
  0 siblings, 1 reply; 7+ messages in thread
From: Christian Hesse @ 2007-05-02 22:43 UTC (permalink / raw)
  To: linux-kernel; +Cc: James Ketrenos

[-- Attachment #1: Type: text/plain, Size: 611 bytes --]

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 #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2007-05-04  9:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-02 22:43 build system: no module target ending with slash? Christian Hesse
2007-05-03  4:25 ` Sam Ravnborg
2007-05-03  6:15   ` Sam Ravnborg
2007-05-03  7:17     ` Christian Hesse
2007-05-03 19:37       ` Sam Ravnborg
2007-05-04  8:56         ` Christian Hesse
2007-05-04  9:47           ` Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox