- Timestamp:
- May 27, 2024 11:36:58 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxUSB/win/Makefile.kmk
r104659 r104790 41 41 ifdef VBOX_WITH_VBOXDRV 42 42 SYSMODS.win += VBoxUSB VBoxUSBMon 43 INSTALLS.win += install-infs43 INSTALLS.win += VBoxUSB-inf 44 44 endif 45 45 PROGRAMS.win += USBInstall USBUninstall USBTest … … 156 156 # Install the INF files. 157 157 # 158 install-infs_TEMPLATE = VBoxR0DrvInfCat159 install-infs_SOURCES = \158 VBoxUSB-inf_TEMPLATE = VBoxR0DrvInfCat 159 VBoxUSB-inf_SOURCES = \ 160 160 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.inf \ 161 161 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.inf 162 install-infs_CLEAN = $(install-infs_SOURCES)163 install-infs_BLDDIRS = \162 VBoxUSB-inf_CLEAN = $(VBoxUSB-inf_SOURCES) 163 VBoxUSB-inf_BLDDIRS = \ 164 164 $(PATH_TARGET)/VBoxUSBCat.dir \ 165 165 $(PATH_TARGET)/VBoxUSBMonCat.dir 166 166 167 167 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.inf: $(PATH_SUB_CURRENT)/dev/VBoxUSB.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 168 $(call MSG_GENERATE, install-infs,$@,$<)168 $(call MSG_GENERATE,VBoxUSB-inf,$@,$<) 169 169 $(call VBOX_EDIT_INF_FN,$<,$@) 170 170 171 171 $(PATH_TARGET)/VBoxUSBMonCat.dir/VBoxUSBMon.inf: $(PATH_SUB_CURRENT)/mon/VBoxUSBMon.inf $(MAKEFILE_CURRENT) | $$(dir $$@) 172 $(call MSG_GENERATE, install-infs,$@,$<)172 $(call MSG_GENERATE,VBoxUSB-inf,$@,$<) 173 173 $(call VBOX_EDIT_INF_FN,$<,$@) 174 174 175 175 ifdef VBOX_SIGNING_MODE 176 install-infs_SOURCES += \176 VBoxUSB-inf_SOURCES += \ 177 177 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.cat \ 178 178 $(PATH_TARGET)/VBoxUSBCat.dir/VBoxUSB.cat=>VBoxUSB-PreW10.cat \
Note:
See TracChangeset
for help on using the changeset viewer.