vmmon.patch 331 B

1234567891011121314151617
  1. diff --git a/vmmon/Makefile b/vmmon/Makefile
  2. index de8162e..6124a71 100644
  3. --- a/vmmon/Makefile
  4. +++ b/vmmon/Makefile
  5. @@ -43,7 +43,11 @@ INCLUDE += -I$(SRCROOT)/shared
  6. endif
  7. +ifdef KVERSION
  8. +VM_UNAME = $(KVERSION)
  9. +else
  10. VM_UNAME = $(shell uname -r)
  11. +endif
  12. # Header directory for the running kernel
  13. ifdef LINUXINCLUDE