From a765b0745d3aeb215a7f9f835fc42a532f324cee Mon Sep 17 00:00:00 2001 From: Godzil Date: Thu, 25 Jul 2019 15:41:46 +0100 Subject: [PATCH] Make kernel 5.x stopping to complain about SUBDIR= being deprecated --- kfusd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kfusd/Makefile b/kfusd/Makefile index cbd837f..31563f3 100755 --- a/kfusd/Makefile +++ b/kfusd/Makefile @@ -9,7 +9,7 @@ GIT_DESCRIBE = $(shell git describe --dirty --tags) KERNEL_VER ?= 2.6.32.7 default: - $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) EXTRA_CFLAGS="-I$(PWD)/../include -DGIT_DESCRIBE='\"${GIT_DESCRIBE}\"'" V=1 modules + $(MAKE) -C $(KDIR) M=$(PWD) EXTRA_CFLAGS="-I$(PWD)/../include -DGIT_DESCRIBE='\"${GIT_DESCRIBE}\"'" V=1 modules install: install -d -m 0755 $(ROOTFS)/lib/modules/$(KERNEL_VER)/kernel/drivers/misc