Changeset 49643 in vbox for trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
- Timestamp:
- Nov 25, 2013 3:46:54 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/vboxvideo/Makefile.kmk
r49189 r49643 348 348 349 349 350 # 32-bit modules for the 64-bit Linux Additions351 ifeq ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64)352 ifneq ($(VBOX_WITH_COMPATIBLE_LINUX_GUEST_PACKAGE),)353 SYSMODS += vboxvideo_drv_32354 vboxvideo_drv_32_EXTENDS = vboxvideo_drv355 vboxvideo_drv_32_TEMPLATE = VBOXGUESTR3XF86MOD_X86356 vboxvideo_drv_32_NAME = vboxvideo_drv357 $(foreach i,$(filter vboxvideo_drv_%,$(DLLS)),$(eval DLLS += $(i)_32))358 $(foreach i,$(filter vboxvideo_drv_%_32,$(DLLS)),$(eval $(i)_EXTENDS = $(subst _32,,$(i))))359 $(foreach i,$(filter vboxvideo_drv_%_32,$(DLLS)),$(eval $(i)_TEMPLATE = VBOXGUESTR3XORGMOD_X86))360 $(foreach i,$(filter vboxvideo_drv_%_32,$(DLLS)),$(eval $(i)_NAME = $(subst _32,,$(i))))361 endif362 endif363 364 350 ifdef VBOX_USE_SYSTEM_XORG_HEADERS 365 351 # Build using local X.Org headers. We assume X.Org Server 1.7 or later. … … 380 366 endif 381 367 368 382 369 # Check the undefined symbols in the X.Org modules against lists of allowed 383 370 # symbols. Not very elegant, but it will catch problems early.
Note:
See TracChangeset
for help on using the changeset viewer.