From: Randy Dunlap Date: Mon, 14 May 2018 00:10:52 +0000 (-0700) Subject: scsi: core: clean up generated file scsi_devinfo_tbl.c X-Git-Tag: v4.19~956^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a406b0a0693eafc6f6b3a633d25749370bf40d8c;p=platform%2Fkernel%2Flinux-rpi.git 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: 345e29608b4b ("scsi: scsi: Export blacklist flags to sysfs") Cc: Hannes Reinecke Signed-off-by: Randy Dunlap Reviewed-by: Hannes Reinecke Signed-off-by: Martin K. Petersen --- diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index e29f9b8..56c9403 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile @@ -182,7 +182,7 @@ zalon7xx-objs := zalon.o ncr53c8xx.o NCR_Q720_mod-objs := NCR_Q720.o ncr53c8xx.o # Files generated that shall be removed upon make clean -clean-files := 53c700_d.h 53c700_u.h +clean-files := 53c700_d.h 53c700_u.h scsi_devinfo_tbl.c $(obj)/53c700.o $(MODVERDIR)/$(obj)/53c700.ver: $(obj)/53c700_d.h