changeset 3289:a68d565ba339

Fix makefile mismatched filenames
author lfantoniosi
date Mon, 12 Apr 2021 14:45:41 -0700
parents a418110ecb44
children 24bfa6f85ba6
files 3rdparty/drivers/compusense/makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/drivers/compusense/makefile	Mon Apr 12 10:47:50 2021 -0700
+++ b/3rdparty/drivers/compusense/makefile	Mon Apr 12 14:45:41 2021 -0700
@@ -10,10 +10,10 @@
 
 all:	$(ALLOBJS) $(DEPENDS)
 
-vinit.dr: VInit.asm
+vinit.dr: vinit.asm
 	$(AS) $(ASOUT)$@ $< $(AFLAGS)
 
-vdisk.dr: VDisk.asm
+vdisk.dr: vdisk.asm
 	$(AS) $(ASOUT)$@ $< $(AFLAGS)
 
 v0.dd: v0.asm