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 \