VirtualBox

Changeset 57969 in vbox for trunk/src/VBox/HostDrivers/linux


Ignore:
Timestamp:
Sep 30, 2015 2:48:47 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
102965
Message:

Installers/linux: drop DKMS support.

Location:
trunk/src/VBox/HostDrivers/linux
Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/linux/Makefile

    r56293 r57969  
    1818ifneq ($(KBUILD_EXTMOD),)
    1919
    20 # DKMS
     20# Building from kBuild (make -C <kernel_directory> M=`pwd`).
     21# KBUILD_EXTMOD is set to $(M) in this case.
    2122
    2223obj-m = vboxdrv/
     
    3233else # ! KBUILD_EXTMOD
    3334
    34 # convenience Makefile without DKMS
     35# convenience Makefile without KBUILD_EXTMOD
    3536
    3637KBUILD_VERBOSE =
  • trunk/src/VBox/HostDrivers/linux/Makefile.kmk

    r56293 r57969  
    2222HostDrivers-scripts_INST        = $(INST_DIST)
    2323HostDrivers-scripts_SOURCES     = \
    24         Makefile=>src/Makefile \
    25         $(HostDrivers-scripts_0_OUTDIR)/dkms.conf=>src/dkms.conf
     24        Makefile=>src/Makefile
    2625HostDrivers-scripts_EXEC_SOURCES = \
    2726        loadall.sh \
    2827        load.sh \
    29         do_dkms=>src/do_dkms \
    3028        build_in_tmp=>src/build_in_tmp
    31 HostDrivers-scripts_CLEAN       = \
    32         $(HostDrivers-scripts_0_OUTDIR)/dkms.conf
    33 
    34 $$(HostDrivers-scripts_0_OUTDIR)/dkms.conf: \
    35                 $(PATH_SUB_CURRENT)/dkms.conf \
    36                 $(VBOX_VERSION_STAMP) \
    37                 | $$(dir $$@)
    38         $(call MSG_TOOL,Creating,,$@)
    39         $(QUIET)$(SED) \
    40                 -e "s;_VERSION_;${VBOX_VERSION_STRING};g" \
    41                 -e "s;_OMIT_VBOXNETFLT_;$(if $(VBOX_WITH_NETFLT),,#);g" \
    42                 -e "s;_OMIT_VBOXNETADP_;$(if $(VBOX_WITH_NETADP),,#);g" \
    43                 -e "s;_OMIT_VBOXPCI_;$(if $(VBOX_WITH_PCI_PASSTHROUGH),,#);g" \
    44                 --output $@ $<
    4529
    4630include $(FILE_KBUILD_SUB_FOOTER)
  • trunk/src/VBox/HostDrivers/linux/build_in_tmp

    r56293 r57969  
    33#
    44# Script to build a kernel module in /tmp. Useful if the module sources
    5 # are installed in read-only directory. Not for DKMS!
     5# are installed in read-only directory.
    66#
    77# Copyright (C) 2007-2015 Oracle Corporation
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