linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ieee1394: allow building with absolute SUBDIRS path
@ 2006-01-26  0:19 Johannes Berg
  2006-01-26 22:28 ` Stefan Richter
  2006-01-31  5:21 ` Jody McIntyre
  0 siblings, 2 replies; 7+ messages in thread
From: Johannes Berg @ 2006-01-26  0:19 UTC (permalink / raw)
  To: linux1394-user; +Cc: linux-kernel

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

This patch allows building the modules with an absolute SUBDIRS path,
especially for building them out of tree.

Signed-Off-By: Johannes Berg <johannes@sipsolutions.net>

--- a/drivers/ieee1394/Makefile
+++ b/drivers/ieee1394/Makefile
@@ -18,7 +19,7 @@ obj-$(CONFIG_IEEE1394_AMDTP) += amdtp.o
 obj-$(CONFIG_IEEE1394_CMP) += cmp.o
 
 quiet_cmd_oui2c = OUI2C   $@
-      cmd_oui2c = $(CONFIG_SHELL) $(srctree)/$(src)/oui2c.sh < $< > $@
+      cmd_oui2c = $(CONFIG_SHELL) $(src)/oui2c.sh < $< > $@
 
 targets := oui.c
 $(obj)/oui.o: $(obj)/oui.c


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2006-02-04  8:58 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-26  0:19 [PATCH] ieee1394: allow building with absolute SUBDIRS path Johannes Berg
2006-01-26 22:28 ` Stefan Richter
2006-01-27 11:31   ` Johannes Berg
2006-01-31  5:21 ` Jody McIntyre
2006-01-31 20:19   ` ieee1394/oui.db (was Re: [PATCH] ieee1394: allow building with absolute SUBDIRS path) Stefan Richter
2006-02-04  4:08     ` Jody McIntyre
     [not found]     ` <1138739715.4456.302.camel@grayson>
2006-02-04  8:54       ` Stefan Richter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).