VirtualBox

Ignore:
Timestamp:
May 17, 2013 3:35:09 PM (12 years ago)
Author:
vboxsync
Message:

Additions/linux: build 32-bit versions too for COMPATIBLE builds.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk

    r44528 r46147  
    239239endif # neq ($(KBUILD_TARGET),linux)
    240240
     241# 32-bit modules for the 64-bit Linux Additions
     242ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)
     243 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)
     244  SYSMODS += vboxmouse_drv_32
     245  vboxmouse_drv_32_EXTENDS  = vboxmouse_drv
     246  vboxmouse_drv_32_TEMPLATE = VBOXGUESTR3XF86MOD_X86
     247  vboxmouse_drv_32_NAME     = vboxmouse_drv
     248  $(foreach i,$(filter vboxmouse_drv_%,$(DLLS)),$(eval DLLS += $(i)_32))
     249  $(foreach i,$(filter vboxmouse_drv_%_32,$(DLLS)),$(eval $(i)_EXTENDS = $(subst _32,,$(i))))
     250  $(foreach i,$(filter vboxmouse_drv_%_32,$(DLLS)),$(eval $(i)_TEMPLATE = VBOXGUESTR3XORGMOD_X86))
     251  $(foreach i,$(filter vboxmouse_drv_%_32,$(DLLS)),$(eval $(i)_NAME = $(subst _32,,$(i))))
     252 endif
     253endif
    241254
    242255ifdef VBOX_USE_SYSTEM_XORG_HEADERS
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