17 lines
331 B
Diff
17 lines
331 B
Diff
diff --git a/vmmon/Makefile b/vmmon/Makefile
|
|
index de8162e..6124a71 100644
|
|
--- a/vmmon/Makefile
|
|
+++ b/vmmon/Makefile
|
|
@@ -43,7 +43,11 @@ INCLUDE += -I$(SRCROOT)/shared
|
|
endif
|
|
|
|
|
|
+ifdef KVERSION
|
|
+VM_UNAME = $(KVERSION)
|
|
+else
|
|
VM_UNAME = $(shell uname -r)
|
|
+endif
|
|
|
|
# Header directory for the running kernel
|
|
ifdef LINUXINCLUDE
|