VirtualBox

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


Ignore:
Timestamp:
Aug 30, 2013 4:59:15 AM (11 years ago)
Author:
vboxsync
Message:

Conditionally include lwip makefile to make it possible to build
locally. This is still icky.

File:
1 edited

Legend:

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

    r48178 r48179  
    332332    VBoxDD_SOURCES      += $(LWIP_SOURCES)
    333333  else
    334     # XXX: Ancestor makefile includes us before NAT service, so NAT
    335     #      makefile depends on lwip Makefile included here...
    336     include $(PATH_SUB_CURRENT)/Network/lwip-new/Makefile.kmk
    337 
     334    # XXX: do not depend on order
     335    ifndef LWIP_SOURCES
     336      include $(PATH_SUB_CURRENT)/Network/lwip-new/Makefile.kmk
     337    endif
    338338    Network/DevINIP.cpp_DEFS += VBOX_WITH_NEW_LWIP
    339339    $(eval $(call def_vbox_lwip_private, \
Note: See TracChangeset for help on using the changeset viewer.

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