Changeset 77504 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Feb 28, 2019 12:37:43 PM (6 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r77404 r77504 25 25 # 26 26 27 # Find the directory of this makefile.28 VBOXGUEST_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))29 30 27 # Linux kbuild sets this to our source directory if we are called from there 31 28 obj ?= $(CURDIR) 32 29 include $(obj)/Makefile-header.gmk 30 VBOXGUEST_DIR = $(VBOX_MODULE_SRC_DIR) 33 31 34 32 VBOXMOD_NAME = vboxguest -
trunk/src/VBox/Additions/linux/drm/Makefile.module.kms
r77415 r77504 18 18 # 19 19 20 # Find the directory of this makefile.21 VBOXDRM_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))22 23 20 # Linux kbuild sets this to our source directory if we are called from there 24 21 obj ?= $(CURDIR) 25 22 include $(obj)/Makefile-header.gmk 23 VBOXDRM_DIR = $(VBOX_MODULE_SRC_DIR) 26 24 27 25 # We want to build on Linux 3.11 and later and on all EL 7 kernels. -
trunk/src/VBox/Additions/linux/sharedfolders/Makefile.module
r77404 r77504 18 18 # 19 19 20 # Find the directory of this makefile.21 VBOXSF_DIR := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))22 23 20 # Linux kbuild sets this to our source directory if we are called from there 24 21 obj ?= $(CURDIR) 25 22 include $(obj)/Makefile-header.gmk 23 VBOXSF_DIR = $(VBOX_MODULE_SRC_DIR) 26 24 27 25 VBOXMOD_NAME = vboxsf
Note:
See TracChangeset
for help on using the changeset viewer.