Changeset 57969 in vbox for trunk/src/VBox/HostDrivers/linux/Makefile
- Timestamp:
- Sep 30, 2015 2:48:47 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 102965
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/linux/Makefile
r56293 r57969 18 18 ifneq ($(KBUILD_EXTMOD),) 19 19 20 # DKMS 20 # Building from kBuild (make -C <kernel_directory> M=`pwd`). 21 # KBUILD_EXTMOD is set to $(M) in this case. 21 22 22 23 obj-m = vboxdrv/ … … 32 33 else # ! KBUILD_EXTMOD 33 34 34 # convenience Makefile without DKMS35 # convenience Makefile without KBUILD_EXTMOD 35 36 36 37 KBUILD_VERBOSE =
Note:
See TracChangeset
for help on using the changeset viewer.