mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 11:17:54 +00:00
[kvmfr] stop the module building the test application by default
This commit is contained in:
parent
3f3a8f898d
commit
2cbc9b6426
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
B1-135-g6e62ea5364+1
|
B1-136-g3f3a8f898d+1
|
|
@ -3,7 +3,7 @@ USER := $(shell whoami)
|
||||||
KVER ?= $(shell uname -r)
|
KVER ?= $(shell uname -r)
|
||||||
KDIR ?= /lib/modules/$(KVER)/build
|
KDIR ?= /lib/modules/$(KVER)/build
|
||||||
|
|
||||||
all: test
|
all:
|
||||||
make -C $(KDIR) M=$(PWD) modules
|
make -C $(KDIR) M=$(PWD) modules
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in a new issue