diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:50:59 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-05-01 19:50:59 +0000 |
commit | 1c21066fc996e08f4518c3efb461713a255a1a0a (patch) | |
tree | 6e5ff29c364a093f5eba4e8675399af69a3a2073 /i386/Makefrag | |
parent | b56772b6a966173ded79c89ec84a03599357ea0d (diff) |
Mon Apr 28 12:09:53 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* i386/Drivers.in (ncr53c7xx): Change file name to 53c78xx.o.
* i386/i386at/gpl/linux/scsi/53c7,8xx.c: Moved to ...
* i386/i386at/gpl/linux/scsi/53c78xx.c: ... here.
* i386/Makefrag (linux-scsi-files): Change file name here too.
Reported by xtest@postman.epa.go.jp.
Diffstat (limited to 'i386/Makefrag')
-rw-r--r-- | i386/Makefrag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/Makefrag b/i386/Makefrag index 18479c6..979365f 100644 --- a/i386/Makefrag +++ b/i386/Makefrag @@ -63,7 +63,7 @@ linux-net-files = 3c501.c 3c503.c 3c505.c 3c507.c 3c509.c 3c59x.c \ linux-pci-files = bios32.c pci.c -linux-scsi-files = 53c7,8xx.c AM53C974.c BusLogic.c NCR53c406a.c advansys.c \ +linux-scsi-files = 53c78xx.c AM53C974.c BusLogic.c NCR53c406a.c advansys.c \ aha152x.c aha1542.c aha1740.c aic7xxx.c constants.c eata.c eata_dma.c \ eata_pio.c fdomain.c g_NCR5380.c hosts.c in2000.c pas16.c qlogic.c \ scsi.c scsi_debug.c scsi_ioctl.c scsi_proc.c scsicam.c sd.c \ |