2003-07-21 12:03:20

by MånsRullgård

[permalink] [raw]
Subject: [PATCH] Compile AX8817x driver


This trivial Makefile patch causes the AX8817x driver to actually be
built. The diff is against 2.6.0-test1.

Index: drivers/usb/Makefile
===================================================================
RCS file: /home/cvs/linux-2.5/drivers/usb/Makefile,v
retrieving revision 1.37
diff -u -r1.37 Makefile
--- drivers/usb/Makefile 3 Jun 2003 01:28:55 -0000 1.37
+++ drivers/usb/Makefile 21 Jul 2003 10:53:22 -0000
@@ -35,6 +35,7 @@
obj-$(CONFIG_USB_STV680) += media/
obj-$(CONFIG_USB_VICAM) += media/

+obj-$(CONFIG_USB_AX8817X) += net/
obj-$(CONFIG_USB_CATC) += net/
obj-$(CONFIG_USB_KAWETH) += net/
obj-$(CONFIG_USB_PEGASUS) += net/


--
M?ns Rullg?rd
[email protected]


2003-07-21 14:17:47

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] Compile AX8817x driver

On Mon, Jul 21, 2003 at 02:18:10PM +0200, M?ns Rullg?rd wrote:
>
> This trivial Makefile patch causes the AX8817x driver to actually be
> built. The diff is against 2.6.0-test1.

Thanks, I'll go apply this. Oh, it's only needed if you do not select
any other usb network driver, sorry for missing this before.

greg k-h

2003-07-30 17:57:06

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] Compile AX8817x driver

On Mon, Jul 21, 2003 at 02:18:10PM +0200, M?ns Rullg?rd wrote:
>
> This trivial Makefile patch causes the AX8817x driver to actually be
> built. The diff is against 2.6.0-test1.

Applied, thanks.

greg k-h