Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
f5cd1024
Commit
f5cd1024
authored
Mar 24, 2004
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] USB: add cytherm driver to the build
parent
61e91dd2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
drivers/usb/Makefile
drivers/usb/Makefile
+3
-0
drivers/usb/misc/Makefile
drivers/usb/misc/Makefile
+2
-1
No files found.
drivers/usb/Makefile
View file @
f5cd1024
...
...
@@ -55,8 +55,11 @@ obj-$(CONFIG_USB_MICROTEK) += image/
obj-$(CONFIG_USB_SERIAL)
+=
serial/
obj-$(CONFIG_USB_AUERSWALD)
+=
misc/
obj-$(CONFIG_USB_CYTHERM)
+=
misc/
obj-$(CONFIG_USB_EMI26)
+=
misc/
obj-$(CONFIG_USB_EMI62)
+=
misc/
obj-$(CONFIG_USB_LCD)
+=
misc/
obj-$(CONFIG_USB_LED)
+=
misc/
obj-$(CONFIG_USB_LEGOTOWER)
+=
misc/
obj-$(CONFIG_USB_RIO500)
+=
misc/
obj-$(CONFIG_USB_SPEEDTOUCH)
+=
misc/
...
...
drivers/usb/misc/Makefile
View file @
f5cd1024
...
...
@@ -4,8 +4,9 @@
#
obj-$(CONFIG_USB_AUERSWALD)
+=
auerswald.o
obj-$(CONFIG_USB_
EMI62)
+=
emi62
.o
obj-$(CONFIG_USB_
CYTHERM)
+=
cytherm
.o
obj-$(CONFIG_USB_EMI26)
+=
emi26.o
obj-$(CONFIG_USB_EMI62)
+=
emi62.o
obj-$(CONFIG_USB_LCD)
+=
usblcd.o
obj-$(CONFIG_USB_LED)
+=
usbled.o
obj-$(CONFIG_USB_LEGOTOWER)
+=
legousbtower.o
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment