mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[kvmfr] stop the module building the test application by default
This commit is contained in:
parent
3f3a8f898d
commit
2cbc9b6426
@ -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 New Issue
Block a user