Changeset 46147 in vbox for trunk/src/VBox/Additions/x11/vboxmouse
- Timestamp:
- May 17, 2013 3:35:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxmouse/Makefile.kmk
r44528 r46147 239 239 endif # neq ($(KBUILD_TARGET),linux) 240 240 241 # 32-bit modules for the 64-bit Linux Additions 242 ifeq ($(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 253 endif 241 254 242 255 ifdef VBOX_USE_SYSTEM_XORG_HEADERS
Note:
See TracChangeset
for help on using the changeset viewer.