VirtualBox

Ignore:
Timestamp:
Mar 13, 2017 8:15:33 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113941
Message:

HostDrivers, Additions: remove more rules for compiling Linux R0 modules

File:
1 edited

Legend:

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

    r63499 r66072  
    544544# New VBoxDrv target. TODO: Convert all the above to use this!
    545545#
    546 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win)
     546if1of ($(KBUILD_TARGET), darwin freebsd solaris win)
    547547 ifdef VBOX_WITH_VBOXDRV
    548548  SYSMODS += VBoxDrv
     
    550550 VBoxDrv_TEMPLATE         = VBOXR0DRV
    551551 VBoxDrv_NAME.freebsd     = vboxdrv
    552  VBoxDrv_NAME.linux       = vboxdrv
    553552 VBoxDrv_NAME.solaris     = vboxdrv
    554553 ifdef VBOX_SIGNING_MODE
     
    576575  VBoxDrv_DEFS.darwin    += VBOX_WITH_RAW_MODE
    577576 endif
    578  VBoxDrv_DEFS.linux      := \
    579         KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) MODULE CONFIG_VBOXDRV_AS_MISC
    580  ifdef VBOX_LINUX_VERSION_2_4
    581   VBoxDrv_DEFS.linux     += EXPORT_SYMTAB
    582  endif
    583577 ifdef VBOX_WITH_NETFLT
    584578  VBoxDrv_DEFS.solaris   += VBOX_WITH_NETFLT
     
    602596 VBoxDrv_INCS             = . $(VBoxDrv_0_OUTDIR)
    603597 VBoxDrv_INCS.darwin      = ./darwin
    604  VBoxDrv_INCS.linux       = $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux
    605598
    606599 VBoxDrv_LIBS             = $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB)
    607  VBoxDrv_LIBS.linux.debug = $(VBoxDrv_LIBS) $(VBOX_GCC_LIBGCC)
    608600 VBoxDrv_LIBS.win         = \
    609601        $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \
     
    622614 VBoxDrv_SOURCES.darwin   = \
    623615        darwin/SUPDrv-darwin.cpp
    624  VBoxDrv_SOURCES.linux    = \
    625         linux/SUPDrv-linux.c
    626616 VBoxDrv_SOURCES.solaris  = \
    627617        solaris/SUPDrv-solaris.c
     
    651641  VBoxDrv_SOURCES        += \
    652642        SUPDrvTracerA.asm
    653  endif
    654  ifndef VBOX_LINUX_VERSION_2_4
    655   VBoxDrv_SOURCES.linux  += \
    656         linux/SUPDrv-linux.mod.c
    657643 endif
    658644
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