linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: mru@users.sourceforge.net (Måns Rullgård)
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Compile AX8817x driver
Date: Mon, 21 Jul 2003 14:18:10 +0200	[thread overview]
Message-ID: <yw1xsmp0f4zh.fsf@zaphod.guide> (raw)


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
mru@users.sf.net

             reply	other threads:[~2003-07-21 12:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-21 12:18 Måns Rullgård [this message]
2003-07-21 14:28 ` [PATCH] Compile AX8817x driver Greg KH
2003-07-30 17:56 ` Greg KH

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=yw1xsmp0f4zh.fsf@zaphod.guide \
    --to=mru@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).