VirtualBox

Changeset 9787

Show
Ignore:
Timestamp:
06/18/08 16:36:41 (4 months ago)
Author:
vboxsync
Message:

Config.kmk: do not cross-build Linux additions kernel modules, since they are only needed for sanity and syntax checking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Config.kmk

    r9696 r9787  
    289289else 
    290290# VBOX_WITH_64_BITS_GUESTS = 1 
     291endif 
     292# Don't cross-build Linux sanity test modules 
     293ifeq ($(KBUILD_TARGET),linux) 
     294 ifneq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH)) 
     295  VBOX_WITH_ADDITION_DRIVERS = 
     296 endif 
    291297endif 
    292298 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy