Changeset 69534 in vbox for trunk/src/VBox
- Timestamp:
- Oct 30, 2017 9:24:49 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118881
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Makefile.kmk
r69531 r69534 78 78 79 79 ifneq ($(KERN_DIR),) 80 $(foreach module, vboxdrv-src VBoxNetFlt-src VBoxNetAdp-src VBoxPci-src, $(eval $(VBOX_LINUX_GENERATE_KMOD_TEST))) 80 $(foreach module, vboxdrv-src $(if $(VBOX_WITH_NETFLT),VBoxNetFlt-src) \ 81 $(if $(VBOX_WITH_NETADP),VBoxNetAdp-src) $(if $(VBOX_WITH_PCI_PASSTHROUGH),VBoxPci-src), \ 82 $(eval $(VBOX_LINUX_GENERATE_KMOD_TEST))) 81 83 endif 82 84
Note:
See TracChangeset
for help on using the changeset viewer.