From 64276e3dfb1e25eaefd4f587cab1be333935fe84 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 25 Jul 2020 14:04:21 +0000 Subject: [PATCH] Rename the iSCSI kernel module Makefiles into Kbuild git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9059 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/kernel/{Makefile => Kbuild} | 6 ------ iscsi-scst/kernel/isert-scst/{Makefile => Kbuild} | 6 ------ 2 files changed, 12 deletions(-) rename iscsi-scst/kernel/{Makefile => Kbuild} (78%) rename iscsi-scst/kernel/isert-scst/{Makefile => Kbuild} (80%) diff --git a/iscsi-scst/kernel/Makefile b/iscsi-scst/kernel/Kbuild similarity index 78% rename from iscsi-scst/kernel/Makefile rename to iscsi-scst/kernel/Kbuild index 806f3ab7d..f46f0fd3b 100644 --- a/iscsi-scst/kernel/Makefile +++ b/iscsi-scst/kernel/Kbuild @@ -13,12 +13,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# -# Note! Dependencies are done automatically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile. KBUILD_EXTRA_SYMBOLS = $(src)/../../scst/src/Module.symvers diff --git a/iscsi-scst/kernel/isert-scst/Makefile b/iscsi-scst/kernel/isert-scst/Kbuild similarity index 80% rename from iscsi-scst/kernel/isert-scst/Makefile rename to iscsi-scst/kernel/isert-scst/Kbuild index 545578432..b7c2ffea5 100644 --- a/iscsi-scst/kernel/isert-scst/Makefile +++ b/iscsi-scst/kernel/isert-scst/Kbuild @@ -13,12 +13,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# -# Note! Dependencies are done automatically by 'make dep', which also -# removes any old dependencies. DON'T put your own dependencies here -# unless it's something special (not a .c file). -# -# Note 2! The CFLAGS definitions are now in the main makefile. LINUXINCLUDE := $(PRE_CFLAGS) $(LINUXINCLUDE) KBUILD_EXTRA_SYMBOLS = $(src)/../../../scst/src/Module.symvers \