Changeset 12691 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Sep 24, 2008 2:42:09 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 36996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk
r12313 r12691 122 122 vboxnetflt_LIBS = \ 123 123 $(PATH_LIB)/SUPR0IdcClient$(VBOX_SUFF_LIB) 124 if1of ($(KBUILD_TARGET),solaris) ## @todo vboxflt should resolve all the IPRT bits from vboxdrv. 125 vboxnetflt_LIBS += \ 126 $(PATH_LIB)/RuntimeR0Drv$(VBOX_SUFF_LIB) 127 endif 124 ## vboxflt resolves all the IPRT bits from vboxdrv. 128 125 vboxnetflt_SOURCES.linux = linux/VBoxNetFlt-linux.c 129 126 vboxnetflt_SOURCES.solaris = solaris/VBoxNetFlt-solaris.c
Note:
See TracChangeset
for help on using the changeset viewer.