VirtualBox

Ignore:
Timestamp:
Jan 31, 2008 10:22:17 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
27767
Message:

Replaced VBOXLNX32GUESTR0 by VBOXGUESTR0, VBOX_WITH_LINUX_ADDITIONS_32BIT_R0 by VBOX_WITH_ADDITION_DRIVERS, RuntimeLnx32GuestR0 by RuntimeW32GuestR0, and VBoxGuestLib[Base]Linux to VBoxGuestR0Lib[Base].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk

    r6662 r6693  
    2020include $(PATH_KBUILD)/subheader.kmk
    2121
     22#
     23# Target config.
     24#
    2225ifn1of ($(BUILD_TARGET),l4 linux win)
    2326 LIBRARIES += \
     
    4548 endif
    4649 ifdef VBOX_WITH_LINUX_ADDITIONS
    47   ifdef VBOX_WITH_LINUX_ADDITIONS_32BIT_R0
    4850   LIBRARIES += \
    49         VBoxGuestLibLinux \
    50         VBoxGuestLibBaseLinux
    51   endif
    52    LIBRARIES += \
     51        VBoxGuestR0Lib \
     52        VBoxGuestR0LibBase \
    5353        VBoxGuestR3Lib \
    5454        VBoxGuestR3LibShared \
     
    5757 endif
    5858endif
     59
     60ifndef VBOX_WITH_ADDITION_DRIVERS
     61 if1of ($(BUILD_TARGET), linux l4) # All drivers are optional, can skip RuntimeGuestR0.
     62  LIBRARIES := $(filter-out VBoxGuestR0Lib VBoxGuestR0LibBase, $(LIBRARIES))
     63 endif
     64endif
     65
    5966
    6067#
     
    170177
    171178#
    172 # VBoxGuestLibLinux
    173 #
    174 VBoxGuestLibLinux_TEMPLATE  = VBOXLNX32GUESTR0
    175 VBoxGuestLibLinux_SOURCES   = $(VBoxGuestR0Lib_SOURCES)
    176 VBoxGuestLibLinux_INCS      = $(VBoxGuestLib_INCS)
    177 VBoxGuestLibLinux_DEFS      = VBOX_HGCM LOG_TO_BACKDOOR
    178 
    179 
    180 #
    181 # VBoxGuestLibBaseLinux
    182 #
    183 VBoxGuestLibBaseLinux_TEMPLATE = VBOXLNX32GUESTR0
    184 VBoxGuestLibBaseLinux_SOURCES  = $(VBoxGuestR0LibBase_SOURCES)
    185 VBoxGuestLibBaseLinux_INCS     = $(VBoxGuestLib_INCS)
    186 VBoxGuestLibBaseLinux_DEFS     = VBOX_HGCM VBGL_VBOXGUEST LOG_TO_BACKDOOR
    187 
    188 #
    189179# VBoxGuestR3LibLinux
    190180#
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette