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
89eb125e
Commit
89eb125e
authored
Apr 23, 2002
by
Kai Germaschewski
Committed by
Linus Torvalds
Apr 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a typo which left aic7xxx/Makefile broken
Now it really works (I tried).
parent
803eb11e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/scsi/aic7xxx/Makefile
drivers/scsi/aic7xxx/Makefile
+1
-1
No files found.
drivers/scsi/aic7xxx/Makefile
View file @
89eb125e
...
@@ -8,7 +8,7 @@ MOD_TARGET = aic7xxx.o
...
@@ -8,7 +8,7 @@ MOD_TARGET = aic7xxx.o
obj-$(CONFIG_SCSI_AIC7XXX)
+=
aic7xxx_mod.o
obj-$(CONFIG_SCSI_AIC7XXX)
+=
aic7xxx_mod.o
# Core files
# Core files
ai
x
7xxx_mod-objs
+=
aic7xxx.o aic7xxx_93cx6.o aic7770.o
ai
c
7xxx_mod-objs
+=
aic7xxx.o aic7xxx_93cx6.o aic7770.o
# Platform Specific Files
# Platform Specific Files
aic7xxx_mod-objs
+=
aic7xxx_linux.o aic7xxx_proc.o aic7770_linux.o
aic7xxx_mod-objs
+=
aic7xxx_linux.o aic7xxx_proc.o aic7770_linux.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