VirtualBox

Changeset 85942 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Aug 28, 2020 8:09:43 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140137
Message:

Additions/linux: vboxvideo does depend on vboxguest any longer.

Location:
trunk/src/VBox/Additions/linux
Files:
2 edited

Legend:

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

    r85939 r85942  
    6060        fi
    6161
    62 vboxvideo: vboxguest
     62vboxvideo:
    6363        + $(VBOX_QUIET_SH)if [ -d vboxvideo ]; then \
    64             if [ -f vboxguest/Module.symvers ]; then \
    65                 cp vboxguest/Module.symvers vboxvideo; \
    66             fi; \
    6764            echo "=== Building 'vboxvideo' module ==="; \
    68             $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) KBUILD_EXTRA_SYMBOLS=$(abspath vboxvideo/Module.symvers) -C vboxvideo || exit 1; \
     65            $(MAKE) KBUILD_VERBOSE=$(KBUILD_VERBOSE) -C vboxvideo || exit 1; \
    6966            if [ -f vboxvideo/vboxvideo.ko ]; then \
    7067                cp vboxvideo/vboxvideo.ko .; \
  • trunk/src/VBox/Additions/linux/drm/Makefile.module.kms

    r85939 r85942  
    2222include $(obj)/Makefile-header.gmk
    2323VBOXDRM_DIR = $(VBOX_MODULE_SRC_DIR)
    24 
    25 # Allow building directly from the subdirectory without assuming the toplevel
    26 # makefile has done the copying. Not the default use case, but can be handy.
    27 ifndef KBUILD_EXTRA_SYMBOLS
    28 KBUILD_EXTRA_SYMBOLS=$(abspath $(VBOXDRM_DIR)/../vboxguest/Module.symvers)
    29 endif
    3024
    3125# We want to build on Linux 3.11 and later and on all EL 7 kernels.
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