Changeset 66072 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 13, 2017 8:15:33 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113941
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/Makefile.kmk
r63499 r66072 544 544 # New VBoxDrv target. TODO: Convert all the above to use this! 545 545 # 546 if1of ($(KBUILD_TARGET), darwin freebsd linuxsolaris win)546 if1of ($(KBUILD_TARGET), darwin freebsd solaris win) 547 547 ifdef VBOX_WITH_VBOXDRV 548 548 SYSMODS += VBoxDrv … … 550 550 VBoxDrv_TEMPLATE = VBOXR0DRV 551 551 VBoxDrv_NAME.freebsd = vboxdrv 552 VBoxDrv_NAME.linux = vboxdrv553 552 VBoxDrv_NAME.solaris = vboxdrv 554 553 ifdef VBOX_SIGNING_MODE … … 576 575 VBoxDrv_DEFS.darwin += VBOX_WITH_RAW_MODE 577 576 endif 578 VBoxDrv_DEFS.linux := \579 KBUILD_MODNAME=KBUILD_STR\(vboxdrv\) KBUILD_BASENAME=KBUILD_STR\(vboxdrv\) MODULE CONFIG_VBOXDRV_AS_MISC580 ifdef VBOX_LINUX_VERSION_2_4581 VBoxDrv_DEFS.linux += EXPORT_SYMTAB582 endif583 577 ifdef VBOX_WITH_NETFLT 584 578 VBoxDrv_DEFS.solaris += VBOX_WITH_NETFLT … … 602 596 VBoxDrv_INCS = . $(VBoxDrv_0_OUTDIR) 603 597 VBoxDrv_INCS.darwin = ./darwin 604 VBoxDrv_INCS.linux = $(PATH_ROOT)/src/VBox/Runtime/r0drv/linux605 598 606 599 VBoxDrv_LIBS = $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) 607 VBoxDrv_LIBS.linux.debug = $(VBoxDrv_LIBS) $(VBOX_GCC_LIBGCC)608 600 VBoxDrv_LIBS.win = \ 609 601 $(PATH_STAGE_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) \ … … 622 614 VBoxDrv_SOURCES.darwin = \ 623 615 darwin/SUPDrv-darwin.cpp 624 VBoxDrv_SOURCES.linux = \625 linux/SUPDrv-linux.c626 616 VBoxDrv_SOURCES.solaris = \ 627 617 solaris/SUPDrv-solaris.c … … 651 641 VBoxDrv_SOURCES += \ 652 642 SUPDrvTracerA.asm 653 endif654 ifndef VBOX_LINUX_VERSION_2_4655 VBoxDrv_SOURCES.linux += \656 linux/SUPDrv-linux.mod.c657 643 endif 658 644
Note:
See TracChangeset
for help on using the changeset viewer.