diff --git a/Makefile b/Makefile index 05c3bcc66c..d86c29c187 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ KBUILD_OPTIONS+= TOUCH_ROOT=$(KERNEL_SRC)/$(M) +KBUILD_OPTIONS += MODNAME?=touch_dlkm all: $(MAKE) -C $(KERNEL_SRC) M=$(M) modules $(KBUILD_OPTIONS)