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
89c43fb6
Commit
89c43fb6
authored
Aug 06, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
USB: Makefile fix for previous patch
parent
70b34cbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/usb/core/Makefile
drivers/usb/core/Makefile
+2
-2
No files found.
drivers/usb/core/Makefile
View file @
89c43fb6
...
@@ -2,10 +2,10 @@
...
@@ -2,10 +2,10 @@
# Makefile for USB Core files and filesystem
# Makefile for USB Core files and filesystem
#
#
export-objs
:=
usb.o hcd.o hcd-pci.o urb.o message.o file.o
export-objs
:=
usb.o hcd.o hcd-pci.o urb.o message.o file.o
buffer.o
usbcore-objs
:=
usb.o usb-debug.o hub.o hcd.o urb.o message.o
\
usbcore-objs
:=
usb.o usb-debug.o hub.o hcd.o urb.o message.o
\
config.o file.o
config.o file.o
buffer.o
ifeq
($(CONFIG_PCI),y)
ifeq
($(CONFIG_PCI),y)
usbcore-objs
+=
hcd-pci.o
usbcore-objs
+=
hcd-pci.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