Changeset 85507 in vbox for trunk/src/VBox/ExtPacks
- Timestamp:
- Jul 29, 2020 10:10:49 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139573
- Location:
- trunk/src/VBox/ExtPacks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/BusMouseSample/Makefile.kmk
r82968 r85507 84 84 VBoxBusMouseR3_SOURCES = DevBusMouse.cpp 85 85 86 SYSMODS+= VBoxBusMouseR086 $(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += VBoxBusMouseR0 87 87 VBoxBusMouseR0_TEMPLATE = VBoxR0ExtPackBusMouse 88 88 VBoxBusMouseR0_SOURCES = DevBusMouse.cpp -
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r84540 r85507 253 253 # 254 254 ifneq ($(KBUILD_TARGET),solaris) # disabled on solaris - neiter needed nor currently able to build it here. 255 SYSMODS+= VBoxDTraceR0255 $(if-expr defined(VBOX_WITH_VBOXR0_AS_DLL),DLLS,SYSMODS) += VBoxDTraceR0 256 256 endif 257 257 VBoxDTraceR0_TEMPLATE = VBoxR0ExtPackDTrace
Note:
See TracChangeset
for help on using the changeset viewer.