summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada2019-07-17 08:17:52 +0200
committerMasahiro Yamada2019-07-17 15:39:27 +0200
commit0e5d8b7fb2c675b4fe45adee289e640e848dd881 (patch)
tree2adda8869ec0fca3d174513ffa0b4bd060c65c49
parentkbuild: remove duplication from modules.order in sub-directories (diff)
downloadkernel-qcow2-linux-0e5d8b7fb2c675b4fe45adee289e640e848dd881.tar.gz
kernel-qcow2-linux-0e5d8b7fb2c675b4fe45adee289e640e848dd881.tar.xz
kernel-qcow2-linux-0e5d8b7fb2c675b4fe45adee289e640e848dd881.zip
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>
-rw-r--r--drivers/scsi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile
index aeda53901064..c00e3dd57990 100644
--- a/drivers/scsi/Makefile
+++ b/drivers/scsi/Makefile
@@ -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