diff --git a/VERSION b/VERSION index 8fabc1b4..7ad5e61c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -B1-135-g6e62ea5364+1 \ No newline at end of file +B1-136-g3f3a8f898d+1 \ No newline at end of file diff --git a/module/Makefile b/module/Makefile index 9882c38f..f0b08623 100644 --- a/module/Makefile +++ b/module/Makefile @@ -3,7 +3,7 @@ USER := $(shell whoami) KVER ?= $(shell uname -r) KDIR ?= /lib/modules/$(KVER)/build -all: test +all: make -C $(KDIR) M=$(PWD) modules clean: