scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver
Nothing depends on this, so it is dead code. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
e0e1b1ec39
commit
0e5d8b7fb2
|
@ -185,7 +185,7 @@ zalon7xx-objs := zalon.o ncr53c8xx.o
|
|||
# Files generated that shall be removed upon make clean
|
||||
clean-files := 53c700_d.h 53c700_u.h scsi_devinfo_tbl.c
|
||||
|
||||
$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h
|
||||
$(obj)/53c700.o: $(obj)/53c700_d.h
|
||||
|
||||
$(obj)/scsi_sysfs.o: $(obj)/scsi_devinfo_tbl.c
|
||||
|
||||
|
|
Loading…
Reference in New Issue