VirtualBox

Changeset 9787 in vbox


Ignore:
Timestamp:
Jun 18, 2008 2:36:41 PM (16 years ago)
Author:
vboxsync
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette