1234567891011121314151617 |
- 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
|