VirtualBox

Ignore:
Timestamp:
Sep 17, 2010 11:24:09 AM (14 years ago)
Author:
vboxsync
Message:

Additions/linux: correctly set the build type (release, debug) when building the kernel modules

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r32322 r32590  
    170170        $(QUIET)$(SED) \
    171171                -e "s;_VERSION_;${VBOX_VERSION_STRING};g" \
     172                -e "s;_BUILDTYPE_;$(KBUILD_TYPE);g" \
    172173                --output $@ $<
    173174
  • trunk/src/VBox/Additions/common/VBoxGuest/linux/dkms.conf

    r32183 r32590  
    2222BUILT_MODULE_LOCATION[0]="vboxguest"
    2323DEST_MODULE_LOCATION[0]="/kernel/misc"
     24MAKE[0]="make BUILD_TYPE=_BUILDTYPE_"
    2425
    2526BUILT_MODULE_NAME[1]="vboxsf"
    2627BUILT_MODULE_LOCATION[1]="vboxsf"
    2728DEST_MODULE_LOCATION[1]="/kernel/misc"
     29MAKE[1]="make BUILD_TYPE=_BUILDTYPE_"
    2830
    2931BUILT_MODULE_NAME[2]="vboxvideo"
    3032BUILT_MODULE_LOCATION[2]="vboxvideo"
    3133DEST_MODULE_LOCATION[2]="/kernel/misc"
     34MAKE[3]="make BUILD_TYPE=_BUILDTYPE_"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette