All of lore.kernel.org
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux1394-user@lists.sourceforge.net
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] ieee1394: allow building with absolute SUBDIRS path
Date: Thu, 26 Jan 2006 01:19:03 +0100	[thread overview]
Message-ID: <1138234743.10202.3.camel@localhost> (raw)

[-- 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 --]

             reply	other threads:[~2006-01-26 11:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-26  0:19 Johannes Berg [this message]
2006-01-26 22:28 ` [PATCH] ieee1394: allow building with absolute SUBDIRS path 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1138234743.10202.3.camel@localhost \
    --to=johannes@sipsolutions.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-user@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.