Changeset 85939 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
- Timestamp:
- Aug 28, 2020 6:36:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/linux/Makefile
r84947 r85939 25 25 # 26 26 27 # Find the directory of this makefile.28 VBOXNETADPT_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 VBOXNETADP_DIR := $(VBOX_MODULE_SRC_DIR) 31 32 # Allow building directly from the subdirectory without assuming the toplevel 33 # makefile has done the copying. Not the default use case, but can be handy. 34 ifndef KBUILD_EXTRA_SYMBOLS 35 KBUILD_EXTRA_SYMBOLS=$(abspath $(VBOXNETADP_DIR)/../vboxdrv/Module.symvers) 36 endif 33 37 34 38 VBOXMOD_NAME = vboxnetadp
Note:
See TracChangeset
for help on using the changeset viewer.