* [TRIVIAL] Tweak to allow usb-midi to be built
@ 2003-03-25 3:21 Aaron Lehmann
2003-03-25 3:28 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Aaron Lehmann @ 2003-03-25 3:21 UTC (permalink / raw)
To: greg, trivial, linux-kernel
--- 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/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [TRIVIAL] Tweak to allow usb-midi to be built
2003-03-25 3:21 [TRIVIAL] Tweak to allow usb-midi to be built Aaron Lehmann
@ 2003-03-25 3:28 ` Greg KH
2003-03-25 3:39 ` Aaron Lehmann
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2003-03-25 3:28 UTC (permalink / raw)
To: Aaron Lehmann; +Cc: trivial, linux-kernel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [TRIVIAL] Tweak to allow usb-midi to be built
2003-03-25 3:28 ` Greg KH
@ 2003-03-25 3:39 ` Aaron Lehmann
2003-03-25 19:47 ` Greg KH
0 siblings, 1 reply; 5+ messages in thread
From: Aaron Lehmann @ 2003-03-25 3:39 UTC (permalink / raw)
To: Greg KH; +Cc: trivial, linux-kernel
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/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [TRIVIAL] Tweak to allow usb-midi to be built
2003-03-25 3:39 ` Aaron Lehmann
@ 2003-03-25 19:47 ` Greg KH
2003-03-25 19:50 ` Aaron Lehmann
0 siblings, 1 reply; 5+ messages in thread
From: Greg KH @ 2003-03-25 19:47 UTC (permalink / raw)
To: Aaron Lehmann; +Cc: trivial, linux-kernel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [TRIVIAL] Tweak to allow usb-midi to be built
2003-03-25 19:47 ` Greg KH
@ 2003-03-25 19:50 ` Aaron Lehmann
0 siblings, 0 replies; 5+ messages in thread
From: Aaron Lehmann @ 2003-03-25 19:50 UTC (permalink / raw)
To: Greg KH; +Cc: trivial, linux-kernel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-03-25 19:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-25 3:21 [TRIVIAL] Tweak to allow usb-midi to be built Aaron Lehmann
2003-03-25 3:28 ` Greg KH
2003-03-25 3:39 ` Aaron Lehmann
2003-03-25 19:47 ` Greg KH
2003-03-25 19:50 ` Aaron Lehmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox