VirtualBox

Ignore:
Timestamp:
Sep 1, 2010 3:53:42 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
65467
Message:

Linux Installer/Additions: attempt to properly register the host/guest kernel modules at DKMS and use the setup function of the service script to compile the modules instead of doing this separately in the installer scripts

Location:
trunk/src/VBox/HostDrivers/VBoxNetAdp
Files:
2 edited

Legend:

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

    r31900 r32183  
    55
    66#
    7 # Copyright (C) 2009 Oracle Corporation
     7# Copyright (C) 2009-2010 Oracle Corporation
    88#
    99# This file is part of VirtualBox Open Source Edition (OSE), as
     
    103103 VBoxNetAdp-src_SOURCES = $(subst ",,$(VBOX_VBOXNETADP_SOURCES)) #"
    104104 VBoxNetAdp-src_SOURCES+= \
    105         $(PATH_VBoxNetAdp-src)/dkms.conf \
    106105        $(PATH_VBoxNetAdp-src)/Makefile
    107106 VBoxNetAdp-src_CLEAN   = \
    108         $(PATH_VBoxNetAdp-src)/dkms.conf \
    109107        $(PATH_VBoxNetAdp-src)/Makefile \
    110108        $(PATH_TARGET)/VBoxNetAdp-src-1.dep
     
    141139        $(QUIET)chmod 0755 $@
    142140
    143 $$(PATH_VBoxNetAdp-src)/dkms.conf: \
    144                 $(PATH_SUB_CURRENT)/linux/dkms.conf \
    145                 $(VBOX_VERSION_STAMP) \
    146                 | $$(dir $$@)
    147         $(call MSG_TOOL,Creating,,$@)
    148         $(QUIET)$(SED) -e "s;_VERSION_;${VBOX_VERSION_STRING};g" --output $@ $<
    149 
    150141endif # linux
    151142
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile

    r31245 r32183  
    66#
    77#
    8 # Copyright (C) 2006-2007 Oracle Corporation
     8# Copyright (C) 2006-2010 Oracle Corporation
    99#
    1010# This file is part of VirtualBox Open Source Edition (OSE), as
     
    157157 endif
    158158 INCL    += $(addprefix -I$(KBUILD_EXTMOD),/ /include /r0drv/linux)
     159 INCL    += $(addprefix -I$(KBUILD_EXTMOD)/vboxnetadp,/ /include /r0drv/linux)
    159160 export INCL
    160161endif
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