VirtualBox

Changeset 34238 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Nov 22, 2010 1:50:18 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67986
Message:

Devices/Makefile.kmk: Added VBOX_WITHOUT_ETHERBOOT for avoiding etherboot and the recursive make mess.

File:
1 edited

Legend:

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

    r34115 r34238  
    3131ifdef VBOX_WITH_INTEL_PXE
    3232 include $(PATH_SUB_CURRENT)/PC/PXE/Makefile.kmk
    33 else
    34  # Subdir with complex makefile.
    35  SUBDIRS_LIBRARIES += $(VBOX_PATH_DEVICES_SRC)/PC/Etherboot-src
    36  SUBDIRS_CLEAN     += $(VBOX_PATH_DEVICES_SRC)/PC/Etherboot-src
    37  # Disable the unsafe pass order optimizations.
    38  KBUILD_SAFE_PARALLEL = 1
     33else ifndef VBOX_WITHOUT_ETHERBOOT
     34  # Subdir with complex makefile.
     35  SUBDIRS_LIBRARIES += $(VBOX_PATH_DEVICES_SRC)/PC/Etherboot-src
     36  SUBDIRS_CLEAN     += $(VBOX_PATH_DEVICES_SRC)/PC/Etherboot-src
     37  # Disable the unsafe pass order optimizations.
     38  KBUILD_SAFE_PARALLEL = 1
    3939endif
    4040
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