VirtualBox

Changeset 69534 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 30, 2017 9:24:49 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118881
Message:

Linux drivers: only do test builds of drivers which are enabled.
bugref:4567: Linux kernel module maintenance

The build problems which the last couple of rather random check-ins were
meant to fix turned out to be due to one build box having drivers disabled.
Check for that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Makefile.kmk

    r69531 r69534  
    7878
    7979 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)))
    8183 endif
    8284
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette