2003-03-25 03:11:12

by Aaron Lehmann

[permalink] [raw]
Subject: [TRIVIAL] Tweak to allow usb-midi to be built

--- Makefile 2003-03-24 19:20:00.000000000 -0800
+++ Makefile~ 2003-03-24 19:16:21.000000000 -0800
@@ -15,6 +15,7 @@
obj-$(CONFIG_USB_AUDIO) += class/
obj-$(CONFIG_USB_BLUETOOTH_TTY) += class/
obj-$(CONFIG_USB_PRINTER) += class/
+obj-$(CONFIG_USB_MIDI) += class/

obj-$(CONFIG_USB_STORAGE) += storage/


2003-03-25 03:18:22

by Greg KH

[permalink] [raw]
Subject: Re: [TRIVIAL] Tweak to allow usb-midi to be built

What kernel version is this? And what makefile? Can you send the diff
so that it can be applied with patch -p1?

thanks,

greg k-h

2003-03-25 03:28:42

by Aaron Lehmann

[permalink] [raw]
Subject: Re: [TRIVIAL] Tweak to allow usb-midi to be built

On Mon, Mar 24, 2003 at 07:28:57PM -0800, Greg KH wrote:
> What kernel version is this? And what makefile? Can you send the diff
> so that it can be applied with patch -p1?

This is a recent snapshot from Linus' tree. The patch applies to
drivers/usb/Makefile (sorry).

--- drivers/usb/Makefile 2003-03-24 19:20:00.000000000 -0800
+++ drivers/usb/Makefile~ 2003-03-24 19:16:21.000000000 -0800
@@ -15,6 +15,7 @@
obj-$(CONFIG_USB_AUDIO) += class/
obj-$(CONFIG_USB_BLUETOOTH_TTY) += class/
obj-$(CONFIG_USB_PRINTER) += class/
+obj-$(CONFIG_USB_MIDI) += class/

obj-$(CONFIG_USB_STORAGE) += storage/

2003-03-25 19:37:16

by Greg KH

[permalink] [raw]
Subject: Re: [TRIVIAL] Tweak to allow usb-midi to be built

On Mon, Mar 24, 2003 at 07:39:04PM -0800, Aaron Lehmann wrote:
> On Mon, Mar 24, 2003 at 07:28:57PM -0800, Greg KH wrote:
> > What kernel version is this? And what makefile? Can you send the diff
> > so that it can be applied with patch -p1?
>
> This is a recent snapshot from Linus' tree. The patch applies to
> drivers/usb/Makefile (sorry).

Ick, your email client ate all of the tabs in this file. Can you try
sending it again after changing the settings somewhere?

thanks,

greg k-h

2003-03-25 19:40:40

by Aaron Lehmann

[permalink] [raw]
Subject: Re: [TRIVIAL] Tweak to allow usb-midi to be built

On Tue, Mar 25, 2003 at 11:47:44AM -0800, Greg KH wrote:
> Ick, your email client ate all of the tabs in this file. Can you try
> sending it again after changing the settings somewhere?
>
> thanks,
>
> greg k-h

It was probably my terminal. I don't think I'll ever get this right.
Just add obj-$(CONFIG_USB_MIDI) += class/ to drivers/usb/Makefile