Skip to content

Commit a406b0a

Browse files
rddunlapmartinkpetersen
authored andcommitted
scsi: core: clean up generated file scsi_devinfo_tbl.c
"make clean" should remove the generated file "scsi_devinfo_tbl.c", so list it in the clean-files variable so that the file gets cleaned up. Fixes: 345e296 ("scsi: scsi: Export blacklist flags to sysfs") Cc: Hannes Reinecke <[email protected]> Signed-off-by: Randy Dunlap <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 125966d commit a406b0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ zalon7xx-objs := zalon.o ncr53c8xx.o
182182
NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o
183183

184184
# Files generated that shall be removed upon make clean
185-
clean-files := 53c700_d.h 53c700_u.h
185+
clean-files := 53c700_d.h 53c700_u.h scsi_devinfo_tbl.c
186186

187187
$(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h
188188

0 commit comments

Comments
 (0)