diff --git a/qla2x00t/Makefile b/qla2x00t/Makefile index 901aa363d..e4b1dd649 100644 --- a/qla2x00t/Makefile +++ b/qla2x00t/Makefile @@ -40,7 +40,7 @@ uninstall: endif clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers Module.symvers rm -rf .tmp_versions extraclean: clean diff --git a/qla2x00t/qla2x00-target/Makefile b/qla2x00t/qla2x00-target/Makefile index 1b5b80211..3629c5443 100644 --- a/qla2x00t/qla2x00-target/Makefile +++ b/qla2x00t/qla2x00-target/Makefile @@ -91,7 +91,7 @@ uninstall: endif clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend *~ Modules.symvers Module.symvers rm -rf .tmp_versions extraclean: clean diff --git a/scst/src/Makefile b/scst/src/Makefile index ba77a7736..2c30e1446 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -99,7 +99,7 @@ EXTRA_CFLAGS += -DDEBUG #EXTRA_CFLAGS += -DSCST_HIGHMEM clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers Module.symvers rm -rf .tmp_versions cd $(DEV_HANDLERS_DIR) && $(MAKE) $@ diff --git a/scst/src/dev_handlers/Makefile b/scst/src/dev_handlers/Makefile index 08f908546..e24965650 100644 --- a/scst/src/dev_handlers/Makefile +++ b/scst/src/dev_handlers/Makefile @@ -56,7 +56,7 @@ EXTRA_CFLAGS += -I$(SUBDIRS) -I$(SUBDIRS)/../include EXTRA_CFLAGS += -DDEBUG clean: - rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers + rm -f *.o *.ko .*.cmd *.mod.c .*.d .depend Modules.symvers Module.symvers rm -rf .tmp_versions extraclean: clean