Changeset 9908 in vbox
- Timestamp:
- Jun 25, 2008 11:45:14 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r9823 r9908 141 141 endif 142 142 # Build the optional ring-0 part of the additions for syntax checking. 143 # (Ignored ifndef VBOX_WITH_ADDITIONS. Hack for 32/64 linux issues.) 144 VBOX_WITH_ADDITION_DRIVERS = 1 143 # (Except when cross-building on linux since we're using /usr/src/...) 144 ifn1of ($(KBUILD_TARGET).$(KBUILD_HOST_ARCH).$(KBUILD_TARGET_ARCH), linux.x86.amd64 linux.amd64.x86) 145 VBOX_WITH_ADDITION_DRIVERS = 1 146 endif 145 147 # Build X11 additions. Can be disabled separately. 146 148 if1of ($(KBUILD_TARGET), dragonfly freebsd linux netbsd openbsd solaris) … … 289 291 else 290 292 # VBOX_WITH_64_BITS_GUESTS = 1 291 endif292 # Don't cross-build Linux sanity test modules293 ifeq ($(KBUILD_TARGET),linux)294 ifneq ($(KBUILD_HOST_ARCH),$(KBUILD_TARGET_ARCH))295 VBOX_WITH_ADDITION_DRIVERS =296 endif297 293 endif 298 294 # Enable the host/guest information service and registry
Note:
See TracChangeset
for help on using the changeset viewer.

