From 2cbc9b6426dc9026b9f1983eb572b31e71b1ca91 Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Wed, 29 Jan 2020 14:01:52 +1100 Subject: [PATCH] [kvmfr] stop the module building the test application by default --- VERSION | 2 +- module/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: