Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-07 Thread Kristian Høgsberg
Christoph Hellwig wrote: On Thu, May 03, 2007 at 01:01:08AM +0200, Stefan Richter wrote: Christoph Hellwig wrote: +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ + fw-device.o fw-cdev.o fw-core-y += .. Like such? Exactly. OK, changed that here, will push out

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-07 Thread Kristian Høgsberg
Christoph Hellwig wrote: On Thu, May 03, 2007 at 01:01:08AM +0200, Stefan Richter wrote: Christoph Hellwig wrote: +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ + fw-device.o fw-cdev.o fw-core-y += .. Like such? Exactly. OK, changed that here, will push out

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-03 Thread Christoph Hellwig
On Thu, May 03, 2007 at 01:01:08AM +0200, Stefan Richter wrote: > Christoph Hellwig wrote: > >> +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ > >> + fw-device.o fw-cdev.o > > > > fw-core-y += .. > > > > Like such? Exactly. > --- linux.orig/drivers/usb/core/Makefile >

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-03 Thread Christoph Hellwig
On Thu, May 03, 2007 at 01:01:08AM +0200, Stefan Richter wrote: Christoph Hellwig wrote: +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ + fw-device.o fw-cdev.o fw-core-y += .. Like such? Exactly. --- linux.orig/drivers/usb/core/Makefile +++

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Sam Ravnborg
On Thu, May 03, 2007 at 01:01:08AM +0200, Stefan Richter wrote: > Christoph Hellwig wrote: > >> +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ > >> + fw-device.o fw-cdev.o > > > > fw-core-y += .. > > > > Like such? Yes - the latter is much more readable. Sam >

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Stefan Richter
Christoph Hellwig wrote: >> +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ >> +fw-device.o fw-cdev.o > > fw-core-y += .. > Like such? --- linux.orig/drivers/usb/core/Makefile +++ linux/drivers/usb/core/Makefile @@ -2,17 +2,12 @@ # Makefile for USB Core files and

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Christoph Hellwig
> +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ > + fw-device.o fw-cdev.o fw-core-y += .. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Stefan Richter
I wrote: > Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> PS, just to avoid misunderstandings: The "From:" and "Signed-off-by:" in the messages 1/6...6/6 don't signify authorship. Authorship information can be found in linux1394-2.6.git. -- Stefan Richter -=-=-=== -=-= ---=-

[PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Stefan Richter
Signed-off-by: Stefan Richter <[EMAIL PROTECTED]> --- drivers/Makefile |1 drivers/firewire/Kconfig | 60 ++ drivers/firewire/Makefile | 10 ++ drivers/ieee1394/Kconfig |2 + 4 files changed, 73 insertions(+) Index:

[PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Stefan Richter
Signed-off-by: Stefan Richter [EMAIL PROTECTED] --- drivers/Makefile |1 drivers/firewire/Kconfig | 60 ++ drivers/firewire/Makefile | 10 ++ drivers/ieee1394/Kconfig |2 + 4 files changed, 73 insertions(+) Index:

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Stefan Richter
I wrote: Signed-off-by: Stefan Richter [EMAIL PROTECTED] PS, just to avoid misunderstandings: The From: and Signed-off-by: in the messages 1/6...6/6 don't signify authorship. Authorship information can be found in linux1394-2.6.git. -- Stefan Richter -=-=-=== -=-= ---=-

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Christoph Hellwig
+fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ + fw-device.o fw-cdev.o fw-core-y += .. - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Stefan Richter
Christoph Hellwig wrote: +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ +fw-device.o fw-cdev.o fw-core-y += .. Like such? --- linux.orig/drivers/usb/core/Makefile +++ linux/drivers/usb/core/Makefile @@ -2,17 +2,12 @@ # Makefile for USB Core files and filesystem

Re: [PATCH 6/6] firewire: add it all to kbuild

2007-05-02 Thread Sam Ravnborg
On Thu, May 03, 2007 at 01:01:08AM +0200, Stefan Richter wrote: Christoph Hellwig wrote: +fw-core-objs := fw-card.o fw-topology.o fw-transaction.o fw-iso.o \ + fw-device.o fw-cdev.o fw-core-y += .. Like such? Yes - the latter is much more readable. Sam ---