From 647f056f6bef6dc8b9ccc8a6a13632cc7d2a6498 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 3 Apr 2020 02:06:24 +0000 Subject: [PATCH 1/2] Remove more references to the removed scst_proc.c source file git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8846 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- debian/copyright | 1 - scst/src/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/debian/copyright b/debian/copyright index 5e351cfd4..ce26c70bf 100644 --- a/debian/copyright +++ b/debian/copyright @@ -229,7 +229,6 @@ Files: scst/Makefile scst/src/scst_pres.c scst/src/scst_pres.h scst/src/scst_priv.h - scst/src/scst_proc.c scst/src/scst_sysfs.c scst/src/scst_targ.c scst/src/scst_tg.c diff --git a/scst/src/Makefile b/scst/src/Makefile index 60e07fa00..9f6f3c91f 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -64,7 +64,6 @@ scst-y += scst_main.o scst-y += scst_targ.o scst-y += scst_local_cmd.o scst-y += scst_lib.o -#scst-y += scst_proc.o scst-y += scst_sysfs.o scst-y += scst_mem.o scst-y += scst_debug.o From cff108855eb14a8c1a4bdac830bddd86ef672333 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 3 Apr 2020 02:07:01 +0000 Subject: [PATCH 2/2] scst/src/Makefile: Sort source file names alphabetically git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8847 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/Makefile | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/scst/src/Makefile b/scst/src/Makefile index 9f6f3c91f..6118df09a 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -60,19 +60,19 @@ ccflags-y += -I$(KBUILD_EXTMOD)/../include $(call cc-option,-Wextra) \ obj-m := scst.o -scst-y += scst_main.o -scst-y += scst_targ.o -scst-y += scst_local_cmd.o -scst-y += scst_lib.o -scst-y += scst_sysfs.o -scst-y += scst_mem.o -scst-y += scst_debug.o -scst-y += scst_pres.o -scst-y += scst_no_dlm.o -scst-y += scst_dlm.o -scst-y += scst_tg.o -scst-y += scst_event.o scst-y += scst_copy_mgr.o +scst-y += scst_debug.o +scst-y += scst_dlm.o +scst-y += scst_event.o +scst-y += scst_lib.o +scst-y += scst_local_cmd.o +scst-y += scst_main.o +scst-y += scst_mem.o +scst-y += scst_no_dlm.o +scst-y += scst_pres.o +scst-y += scst_sysfs.o +scst-y += scst_targ.o +scst-y += scst_tg.o obj-$(CONFIG_SCST) += scst.o dev_handlers/ obj-$(BUILD_DEV) += $(DEV_HANDLERS_DIR)/