vmnet.patch 331 B

1234567891011121314151617
  1. diff --git a/vmnet/Makefile b/vmnet/Makefile
  2. index 459846e..cd29652 100644
  3. --- a/vmnet/Makefile
  4. +++ b/vmnet/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