[kvmfr] stop the module building the test application by default

This commit is contained in:
Geoffrey McRae 2020-01-29 14:01:52 +11:00
parent 3f3a8f898d
commit 2cbc9b6426
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
B1-135-g6e62ea5364+1
B1-136-g3f3a8f898d+1

View File

@ -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: