VirtualBox

Changeset 23538 in vbox


Ignore:
Timestamp:
Oct 4, 2009 6:55:04 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
53181
Message:

Fixed warning about undefined PATH_vboxdrv-mod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r23526 r23538  
    369369
    370370endif # darwin
    371 
     371ifeq ($(KBUILD_TARGET),os2)
    372372
    373373#
    374374# VBoxDrv.sys - The OS/2 driver.
    375375#
    376 ifeq ($(KBUILD_TARGET),os2)
    377376VBoxDrv_TEMPLATE      = VBOXR0DRV
    378377VBoxDrv_DEFS          = IN_RT_R0 IN_SUP_R0
     
    399398        os2/SUPDrv-os2.cpp \
    400399        SUPDrv.c
    401 endif
    402 
     400
     401endif # os2
     402ifeq ($(KBUILD_TARGET),freebsd)
    403403
    404404#
    405405# vboxdrv.ko - The FreeBSD Kernel Module.
    406406#
    407 ifeq ($(KBUILD_TARGET),freebsd)
    408407vboxdrv_TEMPLATE      = VBOXR0DRV
    409408vboxdrv_DEFS          = IN_RT_R0 IN_SUP_R0 SUPDRV_WITH_RELEASE_LOGGER VBOX_SVN_REV=$(VBOX_SVN_REV)
     
    426425vboxdrv-mod_CLEAN   = \
    427426        $(PATH_vboxdrv-mod)/Makefile
    428 endif # freebsd
    429427
    430428$$(PATH_vboxdrv-mod)/Makefile: \
     
    439437 endif
    440438
     439endif # freebsd
     440ifeq ($(KBUILD_TARGET),solaris)
     441
    441442#
    442443# vboxdrv.o - The Solaris Kernel Module.
    443444#
    444 ifeq ($(KBUILD_TARGET),solaris)
    445445vboxdrv_TEMPLATE      = VBOXR0DRV
    446446vboxdrv_DEFS          = IN_RT_R0 IN_SUP_R0 SUPDRV_WITH_RELEASE_LOGGER
     
    455455        $(KBUILD_TARGET)/SUPDrv-$(KBUILD_TARGET).c \
    456456        SUPDrv.c
     457
    457458endif # solaris
    458 
    459459
    460460#
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