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
nexedi
linux
Commits
c060c5c9
Commit
c060c5c9
authored
Apr 09, 2002
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed unused usb storage makefile rules.
parent
a0fe3373
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
10 deletions
+8
-10
drivers/usb/storage/Makefile
drivers/usb/storage/Makefile
+8
-10
No files found.
drivers/usb/storage/Makefile
View file @
c060c5c9
...
...
@@ -10,16 +10,14 @@ EXTRA_CFLAGS := -I../../scsi/
obj-$(CONFIG_USB_STORAGE)
+=
usb-storage.o
usb-storage-obj-$(CONFIG_USB_STORAGE_DEBUG)
+=
debug.o
usb-storage-obj-$(CONFIG_USB_STORAGE_HP8200e)
+=
shuttle_usbat.o
usb-storage-obj-$(CONFIG_USB_STORAGE_SDDR09)
+=
sddr09.o
usb-storage-obj-$(CONFIG_USB_STORAGE_FREECOM)
+=
freecom.o
usb-storage-obj-$(CONFIG_USB_STORAGE_SHUTTLE_SMARTMEDIA)
+=
shuttle_sm.o
usb-storage-obj-$(CONFIG_USB_STORAGE_SHUTTLE_COMPACTFLASH)
+=
shuttle_cf.o
usb-storage-obj-$(CONFIG_USB_STORAGE_DPCM)
+=
dpcm.o
usb-storage-obj-$(CONFIG_USB_STORAGE_ISD200)
+=
isd200.o
usb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB)
+=
datafab.o
usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT)
+=
jumpshot.o
usb-storage-obj-$(CONFIG_USB_STORAGE_DEBUG)
+=
debug.o
usb-storage-obj-$(CONFIG_USB_STORAGE_HP8200e)
+=
shuttle_usbat.o
usb-storage-obj-$(CONFIG_USB_STORAGE_SDDR09)
+=
sddr09.o
usb-storage-obj-$(CONFIG_USB_STORAGE_FREECOM)
+=
freecom.o
usb-storage-obj-$(CONFIG_USB_STORAGE_DPCM)
+=
dpcm.o
usb-storage-obj-$(CONFIG_USB_STORAGE_ISD200)
+=
isd200.o
usb-storage-obj-$(CONFIG_USB_STORAGE_DATAFAB)
+=
datafab.o
usb-storage-obj-$(CONFIG_USB_STORAGE_JUMPSHOT)
+=
jumpshot.o
usb-storage-objs
:=
scsiglue.o protocol.o transport.o usb.o
\
initializers.o
$
(
usb-storage-obj-y
)
...
...
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