Changeset 85939 in vbox for trunk/src/VBox/Additions/linux/drm
- Timestamp:
- Aug 28, 2020 6:36:30 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 140134
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r82968 r85939 22 22 include $(obj)/Makefile-header.gmk 23 23 VBOXDRM_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 24 30 25 31 # 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.