Changeset 67304 in vbox
- Timestamp:
- Jun 8, 2017 3:26:43 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116008
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/Makefile.kmk
r67290 r67304 1308 1308 r3/posix/tls-posix.cpp \ 1309 1309 r3/posix/utf8-posix.cpp \ 1310 r3/solaris/krnlmod-solaris.cpp \ 1310 1311 r3/solaris/systemmem-solaris.cpp \ 1311 1312 r3/solaris/mp-solaris.cpp \ -
trunk/src/VBox/Runtime/tools/Makefile.kmk
r67286 r67304 113 113 RTSignTool_LIBS = $(PATH_STAGE_LIB)/SUPR3$(VBOX_SUFF_LIB) 114 114 115 if1of ($(KBUILD_TARGET), darwin linux )115 if1of ($(KBUILD_TARGET), darwin linux solaris) 116 116 # RTKrnlModInfo - our lsmod/kextstat clone (for testing the RTKrnlMod code). 117 117 PROGRAMS += RTKrnlModInfo
Note:
See TracChangeset
for help on using the changeset viewer.