Commit 89eb125e authored by Kai Germaschewski's avatar Kai Germaschewski Committed by Linus Torvalds

Fix a typo which left aic7xxx/Makefile broken

Now it really works (I tried).
parent 803eb11e
......@@ -8,7 +8,7 @@ MOD_TARGET = aic7xxx.o
obj-$(CONFIG_SCSI_AIC7XXX) += aic7xxx_mod.o
# Core files
aix7xxx_mod-objs += aic7xxx.o aic7xxx_93cx6.o aic7770.o
aic7xxx_mod-objs += aic7xxx.o aic7xxx_93cx6.o aic7770.o
# Platform Specific Files
aic7xxx_mod-objs += aic7xxx_linux.o aic7xxx_proc.o aic7770_linux.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment