Changeset 56232 in vbox
- Timestamp:
- Jun 4, 2015 6:47:24 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r56085 r56232 610 610 endif 611 611 612 ifdef VBOX_WITH_SLIRP_BSD_SBUF613 VBOX_SLIRP_SOURCES += Network/slirp/bsd/kern/subr_sbuf.c614 endif615 612 VBOX_SLIRP_BSD_ARCH = $(subst x86,i386,$(KBUILD_TARGET_ARCH)) 616 613 VBOX_SLIRP_BSD_SOURCES += \ … … 639 636 define def_vbox_slirp_cflags 640 637 $(file)_DEFS += \ 641 $(if $(VBOX_WITH_SLIRP_BSD_SBUF),VBOX_WITH_SLIRP_BSD_SBUF,) \642 638 $(if $(VBOX_WITH_SLIRP_MEMORY_CHECK),RTMEM_WRAP_TO_EF_APIS,) \ 643 639 $(if $(VBOX_WITH_DEBUG_NAT_SOCKETS),VBOX_WITH_DEBUG_NAT_SOCKETS,) \
Note:
See TracChangeset
for help on using the changeset viewer.