VirtualBox

Ignore:
Timestamp:
May 11, 2008 6:27:49 PM (17 years ago)
Author:
vboxsync
Message:

BUILD_TARGET* -> KBUILD_TARGET*.

File:
1 edited

Legend:

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

    r8155 r8758  
    2727# vboxvideo_drv
    2828#
    29 if1of ($(BUILD_TARGET),linux l4)
     29if1of ($(KBUILD_TARGET),linux l4)
    3030 SYSMODS += vboxvideo_drv
    3131 vboxvideo_drv_TEMPLATE = VBOXGUESTR3XF86MOD
     
    115115DLLS += vboxvideo_drv_70
    116116vboxvideo_drv_70_TEMPLATE = VBOXGUESTR3XORGMOD
    117 if1of ($(BUILD_TARGET), l4 linux)
     117if1of ($(KBUILD_TARGET), l4 linux)
    118118 vboxvideo_drv_70_CFLAGS += \
    119119        -Wno-conversion -Wno-unused-parameter $(VBOX_GCC_Wno-variadic-macros) # template?
     
    121121vboxvideo_drv_70_DEFS := \
    122122        XFree86Server IN_MODULE XFree86Module XFree86LOADER XORG_7X RENDER=1
    123 ifeq ($(BUILD_TARGET),solaris) # don't use .solaris or anything here.
     123ifeq ($(KBUILD_TARGET),solaris) # don't use .solaris or anything here.
    124124 vboxvideo_drv_70_DEFS += _XPG6 __EXTENSIONS__
    125125endif
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